Saturday, 24 January 2015

JQuery getJSON() method

Get JSON data using an AJAX request, and output the result:
The getJSON() method is used to get JSON data using an AJAX HTTP GET request.

#Syntax
$(selector).getJSON(url,data,success(data,status,xhr))


Read More...

No comments:

Post a Comment