Please enable JavaScript.
Coggle requires JavaScript to display documents.
Jquery.ajax (accepts (default : depends on DataType, A set of key/value…
Jquery.ajax
-
-
-
contentType
-
When sending data to the server, use this content type
converters
default: {"* text": window.String, "text html": true, "text json": jQuery.parseJSON, "text xml": jQuery.parseXML}
An object containing dataType-to-dataType converters. Each converter's value is a function that returns the transformed value of the response
dataType
Intelligent Guess (xml, json, script, or html)
-
-
cache
true, false for dataType 'script' and 'jsonp'
-
contents
An object of string/regular-expression pairs that determine how jQuery will parse the response, given its content type
crossDomain
default: false for same-domain requests, true for cross-domain requests
data
Data to be sent to the server. It is converted to a query string, if not already a string
-
method
The HTTP method to use for the request (e.g. "POST", "GET", "PUT").
-
-
-
-
-
-