Jquery ajax requests

Source: Internet
Author: User
Jquery encapsulates some ajax request methods, which are very practical and can be sorted out and shared with you. If you are interested, refer to the following, I hope it can help you encapsulate some ajax request methods in jquery, which is very practical.

For example
. AjaxComplete () -- when the request is complete
. AjaxError () -- when the request fails
. AjaxSend () -- append a function to execute the Ajax request.
. AjaxStart () -- when the request starts,
. AjaxStop () -- end of request
. AjaxSuccess () -- when the request is successful
. Load () -- load data from the server and replace the returned HTML with the selected element.
JQuery. post () -- use http post requests to load server data
. Serialize () -- encode the form element set into a string for submission
. SerializeArray () -- encode the form Element Set into an array of key-value pairs
JQuery. param () -- creates a serialized array or object that is applicable to a URL query string or Ajax request.
JQuery. getScript () -- load a js file from the server and execute it
JQuery. getJSON () -- load JSON-encoded data from the server
JQuery. get () -- load data from the server. In short, there are two points.

I.. ajaxStart () and. ajaxStop ()

The Code is as follows:





Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.