TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Gowtham Rajamanickam
74
25.8k
7.4m
Unique Items in output value using Jquery
May 26 2015 5:08 AM
I have attached below my code, in this code pending user i will get all pending users email id one by one froim sharepoint list item,but sometime i have repeated output .so i dont want to send email to repeated users. how to restrict the repaeted value here,
ex i have pending users name like,
[email protected]
,
[email protected]
,naveen@gmail .com,
[email protected]
. But i want to use name only one time.
completefunc: function (xData, Status) {
$(xData.responseXML).SPFilterNode("z:row").each(function() {
Pendinguser = $(this).attr("ows_Vice_x002d_President");
sendemail(Pendinguser);
}
Reply
Answers (
1
)
Warning Message Popup
Disable all textbox based on value in jqquery