From fea94528e2cad2d94e4e642273a5a98eb98c1729 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Zaefferer?= Date: Tue, 28 Nov 2006 11:36:54 +0000 Subject: [PATCH] Fixed docs for $.ajax for data option --- src/ajax/ajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ajax/ajax.js b/src/ajax/ajax.js index f0f448a..51f9d60 100644 --- a/src/ajax/ajax.js +++ b/src/ajax/ajax.js @@ -468,7 +468,7 @@ jQuery.extend({ * function gets passed two arguments: The XMLHttpRequest object and a * string describing the type the success of the request. * - * (String) data - Data to be sent to the server. Converted to a query + * (Object|String) data - Data to be sent to the server. Converted to a query * string, if not already a string. Is appended to the url for GET-requests. * Override processData option to prevent processing. * -- 1.7.10.4