Practice:
JQ Asynchronous No refresh paging
$.getjson () method Description:
The return value is an asynchronous request for a JSON object, the method parameter: 1, the request background address 2, the request to the background parameter 2, the request after the successful method and the return data
Snippet Picture: Asynchronously gets the JSON data returned in the background
Report:
$.get () method, with the same usage as $.getjson but returns to a string, executes a GET request
The $.post () method, with the same usage as the $.getjson but returns to a string, executes a POST request
$.ajax () method, the most comprehensive, can be based on their own needs, change the properties of the method to achieve their own needs for the purpose of the request, attribute detail Class query reference manual "W3cschool full set of web development manual"
2016-6-3ajax Asynchronous Review