Skip to content
Permalink
Browse files
Fixed doc for $.ajax data option
  • Loading branch information
jzaefferer committed Nov 11, 2006
1 parent d0eda68 commit 93c1340
Showing 1 changed file with 2 additions and 1 deletion.
@@ -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").

0 comments on commit 93c1340

Please sign in to comment.