X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fajax%2Fajax.js;h=51457d0a733f72a13020c5c9a17978eef5f9ddc8;hb=18e330741f7e80aaa38ca700ab8a5884d6e671eb;hp=fa48afab57b1134ad1719ab9312f889f3b11e604;hpb=010a112e048f932aff7feeb9987eec7a64e5328b;p=jquery.git diff --git a/src/ajax/ajax.js b/src/ajax/ajax.js index fa48afa..51457d0 100644 --- a/src/ajax/ajax.js +++ b/src/ajax/ajax.js @@ -502,10 +502,10 @@ jQuery.extend({ * (String) contentType - When sending data to the server, use this content-type, * default is "application/x-www-form-urlencoded", which is fine for most cases. * - * (Boolean) processData - By default, data passed in as an object other as string - * will be processed and transformed into a query string, fitting to the default - * content-type "application/x-www-form-urlencoded". If you want to send DOMDocuments, - * set this option to false. + * (Boolean) processData - By default, data passed in to the data option as an object + * other as string will be processed and transformed into a query string, fitting to + * the default content-type "application/x-www-form-urlencoded". If you want to send + * DOMDocuments, set this option to false. * * (Boolean) async - By default, all requests are send asynchronous (set to true). * If you need synchronous requests, set this option to false.