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-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
<desc>A Boolean indicating whether to perform a traditional "shallow" serialization.</desc>
23
23
</argument>
24
24
</signature>
25
-
<desc>Create a serialized representation of an array, a plain object, or a jQuery object suitable for use in a URL query string or Ajax request. In case a jQuery object is passed, it should contain <code><input></code> elements with name/value properties.</desc>
25
+
<desc>Create a serialized representation of an array, a plain object, or a jQuery object suitable for use in a URL query string or Ajax request. In case a jQuery object is passed, it should contain input elements with name/value properties.</desc>
26
26
<longdesc>
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>
0 commit comments