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
Kalyani Shevale
NA
3.2k
705.1k
how to compare two arraylist with parameter in jquery
Nov 27 2018 3:07 AM
I have two ArrayList with their parameter .how to compare each parameter using Jquery.
1st Array List
var
resultQuiz=[];
$(.'chklist').each(function(i){
resultQuiz.push({
Id: Id,
Message:
'Ranking'
,
selectedAnswerOptionID: $(
this
).attr(
'id'
),
value: $(
this
).text(),
})
});
2nd arrayList
var
isRequiredList=[];
$(
'.lblisrequire'
).each(
function
(i)
{
isRequiredList.push({
Id:$(
this
).attr(
'id'
)
});
});
how to match each parameter is exist or not in both arraylist using Jquery.
matched element store in another arraylist.
Reply
Answers (
2
)
Drag and drop an element using jquery
after loading the editlist() function its not calling other