Skip to content

Commit 4418ffc

Browse files
AurelioDeRosakswedberg
authored andcommitted
jQuery.ajax(): data option can also be an Array. Closes jquery#480
1 parent eba2f08 commit 4418ffc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entries/jQuery.ajax.xml

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ $.ajax({
6161
<property name="data">
6262
<type name="PlainObject"/>
6363
<type name="String"/>
64+
<type name="Array"/>
6465
<desc>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 <code>processData</code> 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 <code>traditional</code> setting (described below).</desc>
6566
</property>
6667
<property name="dataFilter" type="Function">

0 commit comments

Comments
 (0)