Fixed doc for $.ajax data option
This commit is contained in:
parent
d0eda6827f
commit
93c1340d55
1 changed files with 2 additions and 1 deletions
|
@ -597,7 +597,8 @@ jQuery.extend({
|
|||
*
|
||||
* (String) url - The URL of the page to request.
|
||||
*
|
||||
* (String) data - A string of data to be sent to the server (POST only).
|
||||
* (String) data - Data to be sent to the server. If converted to a query
|
||||
* string, if not already a string. Is appended to the url for GET-requests.
|
||||
*
|
||||
* (String) dataType - The type of data that you're expecting back from
|
||||
* the server (e.g. "xml", "html", "script", or "json").
|
||||
|
|
Loading…
Reference in a new issue