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
Shiv Kumar Yadav
NA
269
25.7k
Array in jquery
Dec 31 2017 6:00 AM
Can someone please tell me what wrong with this jquery because i am not getting any error can not get value in var lbl and var dat var lbl = []; var dat = []; $.ajax({ url: "../Graph/GetData", type: "Post", data: "{}", dataType: "json", success: function (data) { $.each(data, function (key, value) { lbl.push[value.Item]; dat.push[value.price]; alert("Item" + lbl + " Price" + dat) }) } });
Reply
Answers (
1
)
Date picker is not showing
Wait until another thread is working in jQuery