Skip to content

Commit 0ef75ce

Browse files
authored
Update jQuery.post.xml
1 parent 5f41b2d commit 0ef75ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/jQuery.post.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<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>
2828
</argument>
2929
</signature>
30-
<desc>Load data from the server using a HTTP POST request.</desc>
30+
<desc>Send data to the server using a HTTP POST request.</desc>
3131
<longdesc>
3232
<p>This is a shorthand Ajax function, which is equivalent to:</p>
3333
<pre><code>

0 commit comments

Comments
 (0)