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
Joginder Banger
214
8.7k
1m
Get a value of with the help of jquery
Jan 14 2015 6:40 AM
place library
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
$(window).load(function(){
$.ajax({
type: "GET",
url: "http://www.customer-supports.com/WcfService2/Service1.svc/Getjson",
dataType: "json",
success: function (xml) {
var temp = xml;
$.each(temp.GetCountryDetailResult, function (key, val) {
alert('Key: ' + key + ' Val: ' + val);
});
},
error: function (xhr) {
}
});
});
Reply
Answers (
2
)
Can someone please help me how to upload file from jqgrid
Create status bar for the each row in the page.