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
Sasi Reddy
NA
346
225.9k
getJson() in jquery
Aug 14 2014 3:08 AM
$(function () {
$('#id1').change(function () {
$.getJSON("@Url.Action("DataInformation", "Implementation_Datasheet")", { Id: $('#id1').val() },
function (data) {
how to get data from above function?/.
});
});
});
Reply
Answers (
3
)
Jquery validate date
What is $proxy method In Jquery ..