×
The jQuery get() and post() methods are used to request data from the server with an HTTP GET or POST request. HTTP Request: GET vs. POST.
People also ask
A set of key/value pairs that configure the Ajax request. All properties except for url are optional. A default can be set for any option with $.
Dec 10, 2019 · Sends an asynchronous http POST request to load data from the server. Its general form is: jQuery.post( url [, data ] [, success ] [ ...