Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions entries/jQuery.ajax.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ $.ajax({
<property name="data">
<type name="PlainObject"/>
<type name="String"/>
<type name="Array"/>
<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>
</property>
<property name="dataFilter" type="Function">
Expand Down