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.post.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@
27
27
<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 <ahref="/jQuery.ajaxSetup/">$.ajaxSetup()</a>. See <ahref="/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>
28
28
</argument>
29
29
</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>
31
31
<longdesc>
32
32
<p>This is a shorthand Ajax function, which is equivalent to:</p>
0 commit comments