diff --git a/entries/jQuery.get.xml b/entries/jQuery.get.xml index 396e58b0..92c466c4 100644 --- a/entries/jQuery.get.xml +++ b/entries/jQuery.get.xml @@ -2,6 +2,12 @@ jQuery.get() + 3.0 + + 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. The type option will automatically be set to POST. + + + 1.0 A string containing the URL to which the request is sent. diff --git a/entries/jQuery.post.xml b/entries/jQuery.post.xml index c066cbf4..2300cbe7 100644 --- a/entries/jQuery.post.xml +++ b/entries/jQuery.post.xml @@ -1,6 +1,12 @@ jQuery.post() + + 3.0 + + 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. + + 1.0