JQuery AJAX method

Source: Internet
Author: User
Tags http post

JQuery AJAX method

AJAX is a technique for exchanging data with a server that can be updated as part of a Web page in addition to the entire page.

The following table lists all of the JQuery AJAX methods:

Method Description
$.ajax () Performing asynchronous AJAX requests
$.ajaxprefilter () Handle custom AJAX options or modify existing options before each request is sent and processed by $.ajax ()
$.ajaxsetup () Set default values for future AJAX requests
$.ajaxtransport () Create an object that handles the actual transfer of AJAX data
$.get () Loading data from the server using an AJAX HTTP GET request
$.getjson () Loading JSON-encoded data from the server using an HTTP GET request
$.getscript () Use AJAX HTTP GET requests to load and execute JavaScript from the server
$.param () Creates a serialized representation of an array or object (URL query string that can be used for AJAX requests)
$.post () Loading data from the server using an AJAX HTTP POST request
Ajaxcomplete () A function to run when an AJAX request is completed
Ajaxerror () Functions that run when an AJAX request fails
Ajaxsend () A function that specifies that the AJAX request is to be sent before
Ajaxstart () Specifies the function that runs at the start of the first AJAX request
Ajaxstop () Specifies the functions that are run when all AJAX requests are completed
Ajaxsuccess () A function that specifies that the AJAX request runs when it completes successfully
Load () Load data from the server and place the returned data in the specified element
Serialize () Encodes a FORM element set as a string for submission
Serializearray () An array of encoded form elements set to names and values

JQuery AJAX method

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.