Skip to content

Commit 21a9113

Browse files
AurelioDeRosaarthurvr
authored andcommitted
jQuery.ajax: surround data by <code>
Closes gh-714
1 parent 1406043 commit 21a9113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/jQuery.ajax.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ $.ajax({
114114
<desc>A password to be used with XMLHttpRequest in response to an HTTP access authentication request.</desc>
115115
</property>
116116
<property default="true" name="processData" type="Boolean">
117-
<desc>By default, data passed in to the data option as an object (technically, anything other than a 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 a DOMDocument, or other non-processed data, set this option to <code>false</code>.</desc>
117+
<desc>By default, data passed in to the <code>data</code> option as an object (technically, anything other than a 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 a DOMDocument, or other non-processed data, set this option to <code>false</code>.</desc>
118118
</property>
119119
<property name="scriptCharset" type="String">
120120
<desc>Only applies when the "script" transport is used (e.g., cross-domain requests with "jsonp" or "script" dataType and "GET" type). Sets the <code>charset</code> attribute on the script tag used in the request. Used when the character set on the local page is not the same as the one on the remote script.</desc>

0 commit comments

Comments
 (0)