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
Nilesh Patil
NA
3k
115.6k
Please help in Ajax call
Jul 10 2018 4:23 AM
Hi All,
In my ajax call success i am pass data as an object list pass it to the id
like this
success: function (data)
{
var list = data;
$.each(list, function (index, item) {
$.fn.zTree.init($("#directoryTree"), setting, item);
})
}
But in that item display only last entry but i want all the entries
its urgent please help
Reply
Answers (
4
)
Ajax using Display CRUD Application & JSON
does not go into the controller