From 43a2e8093432a16e32b4e3ef3d02281e8f770b16 Mon Sep 17 00:00:00 2001 From: Aurelio De Rosa Date: Tue, 22 Apr 2014 20:23:50 +0100 Subject: [PATCH] Update jQuery.ajax.xml The data option can be also an Array. This possibility is already specified in its description. --- entries/jQuery.ajax.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/entries/jQuery.ajax.xml b/entries/jQuery.ajax.xml index fa35ac58..152c34da 100644 --- a/entries/jQuery.ajax.xml +++ b/entries/jQuery.ajax.xml @@ -61,6 +61,7 @@ $.ajax({ + Data to be sent to the server. It is converted to a query string, if not already a string. It's appended to the url for GET-requests. See processData option to prevent this automatic processing. Object must be Key/Value pairs. If value is an Array, jQuery serializes multiple values with same key based on the value of the traditional setting (described below).