From 0ef75ce75c65adff6bbc7ff7f438f82d195f847d Mon Sep 17 00:00:00 2001 From: nikolaij Date: Thu, 16 Jul 2020 16:39:38 -0400 Subject: [PATCH] Update jQuery.post.xml --- entries/jQuery.post.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: