Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
3
Answers
getJson() in jquery
Sasi Reddy
10y
757
1
Reply
$(function () {
$('#id1').change(function () {
$.getJSON("@Url.Action("DataInformation", "Implementation_Datasheet")", { Id: $('#id1').val() },
function (data) {
how to get data from above function?/.
});
});
});
Post
Reset
Cancel
Answers (
3
)
Next Recommended Forum
Jquery validate date
What is $proxy method In Jquery ..