Skip to content

Commit 91d4fa5

Browse files
AurelioDeRosaarthurvr
authored andcommitted
jQuery.param: remove code in summary
Fixes gh-636 Closes gh-637
1 parent 0e02309 commit 91d4fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/jQuery.param.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<desc>A Boolean indicating whether to perform a traditional "shallow" serialization.</desc>
2323
</argument>
2424
</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>&lt;input&gt;</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>
2626
<longdesc>
2727
<p>This function is used internally to convert form element values into a serialized string representation (See <a href="/serialize/">.serialize()</a> for more information).</p>
2828
<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

Comments
 (0)