You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: entries/jQuery.param.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@
27
27
<p>This function is used internally to convert form element values into a serialized string representation (See <ahref="/serialize/">.serialize()</a> for more information).</p>
28
28
<p>As of jQuery 1.3, the return value of a function is used instead of the function as a String.</p>
29
29
<p>As of jQuery 1.4, the <code>$.param()</code> method serializes deep objects recursively to accommodate modern scripting languages and frameworks such as PHP and Ruby on Rails. You can disable this functionality globally by setting <code>jQuery.ajaxSettings.traditional = true;</code>.</p>
30
-
<p>As of jQuery 1.8, the <code>$.param()</code> method no longer uses <code>jQuery.ajaxSettings.traditional</code> as its default setting and will default to <code>false</code>. For best compatibility across versions, call <code>$.param()</code> with an explicit value for the second argument and do not use defaults.</p>
30
+
<p>As of jQuery 3.0, the <code>$.param()</code> method no longer uses <code>jQuery.ajaxSettings.traditional</code> as its default setting and will default to <code>false</code>. For best compatibility across versions, call <code>$.param()</code> with an explicit value for the second argument and do not use defaults.</p>
31
31
<p>If the object passed is in an Array, it must be an array of objects in the format returned by <ahref="/serializeArray/">.serializeArray()</a></p>
0 commit comments