$. Get () method and $. Post () method of jquery Ajax

Source: Internet
Author: User

Note:The $. Get () and $. Post () methods are global functions in jquery. The load () method mentioned above is used to operate jquery objects.

1. $. Get () method

The $. Get () method uses the get Method for asynchronous requests.

Its syntax structure is:

$. Get (URL [, data] [, callback] [, type])

$. Get () method parameters are described as follows:

Parameter Name Type Description
URL String URL of the requested HTML page
Data (optional) Object The key/value data sent to the server will be appended to the request URL as querystring.
Callback (optional) Function The callback function when loading is successful (success calls this method only when response returns the status) automatically passes the request result and status to this method.
Type (optional) String The format of the content returned by the server, including XML, HTML, script, JSON, text, and _ default.
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.