diff --git a/entries/jQuery.post.xml b/entries/jQuery.post.xml index 9be8d43b..7d8f86b7 100644 --- a/entries/jQuery.post.xml +++ b/entries/jQuery.post.xml @@ -27,7 +27,7 @@ A set of key/value pairs that configure the Ajax request. All properties except for url are optional. A default can be set for any option with $.ajaxSetup(). See jQuery.ajax( settings ) for a complete list of all settings. Type will automatically be set to POST. - Load data from the server using a HTTP POST request. + Send data to the server using a HTTP POST request.

This is a shorthand Ajax function, which is equivalent to: