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
Ayesha Fathima
NA
184
29.8k
Concat two lists elements and make into separate list.
Feb 5 2018 12:15 PM
Hi there,
Iam getting dynamic values from webservice,i am forming into lists like
var a=[a,b,c];
var b=[1,2,3];
i need to form output like var c=[[a,1],[b,2],[c,3]];By using javascript or jquery, because i need to use these values somewhere.
Please help me to do this,when iam tryin this it is adding all values and making into one list.
Reply
Answers (
4
)
Input to allow only numbers between 0.01 to 100.00%
Call function on click of column in hyperlink itself