Skip to content

Commit d460f74

Browse files
committed
pr review fixup
1 parent f9ce9f0 commit d460f74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/jQuery.post.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<entry type="method" name="jQuery.post" return="jqXHR">
33
<title>jQuery.post()</title>
44
<signature>
5-
<added>2.2</added>
5+
<added>3.0</added>
66
<argument name="settings" type="PlainObject" optional="false">
7-
<desc>A set of key/value pairs that configure the Ajax request. All properties except for <code>url</code> are optional. A default can be set for any option with <a href="/jQuery.ajaxSetup/">$.ajaxSetup()</a>. See <a href="/jquery.ajax/#jQuery-ajax-settings">jQuery.ajax( settings )</a> for a complete list of all settings. Type will automatically be set to <code>POST</code></desc>
7+
<desc>A set of key/value pairs that configure the Ajax request. All properties except for <code>url</code> are optional. A default can be set for any option with <a href="/jQuery.ajaxSetup/">$.ajaxSetup()</a>. See <a href="/jquery.ajax/#jQuery-ajax-settings">jQuery.ajax( settings )</a> for a complete list of all settings. Type will automatically be set to <code>POST</code>.</desc>
88
</argument>
99
</signature>
1010
<signature>

0 commit comments

Comments
 (0)