diff --git a/entries/jQuery.get.xml b/entries/jQuery.get.xml index 16b764d4..2f2790c7 100644 --- a/entries/jQuery.get.xml +++ b/entries/jQuery.get.xml @@ -15,7 +15,7 @@ - A callback function that is executed if the request succeeds. Required if dataType is provided, but you can use null or jQuery.noop as a placeholder. + A callback function that is executed if the request succeeds. Required if dataType is provided, but you can use null or jQuery.noop as a placeholder. NOTE: In jQuery 3.x and older, when providing a null value for success you also have to provide the data parameter; you can set it to undefined. The type of data expected from the server. Default: Intelligent Guess (xml, json, script, text, html). diff --git a/entries/jQuery.post.xml b/entries/jQuery.post.xml index 7d8f86b7..d96d65a0 100644 --- a/entries/jQuery.post.xml +++ b/entries/jQuery.post.xml @@ -15,7 +15,7 @@ - A callback function that is executed if the request succeeds. Required if dataType is provided, but can be null in that case. + A callback function that is executed if the request succeeds. Required if dataType is provided, but can be null or jQuery.noop as a placeholder. NOTE: In jQuery 3.x and older, when providing a null value for success you also have to provide the data parameter; you can set it to undefined. The type of data expected from the server. Default: Intelligent Guess (xml, json, script, text, html).