diff --git a/entries/jQuery.ajaxSetup.xml b/entries/jQuery.ajaxSetup.xml
index d9589e3a..abfed99d 100644
--- a/entries/jQuery.ajaxSetup.xml
+++ b/entries/jQuery.ajaxSetup.xml
@@ -11,7 +11,7 @@
For details on the settings available for All subsequent Ajax calls using any function will use the new settings, unless overridden by the individual calls, until the next invocation of Note: The settings specified here will affect all calls to Note: The settings specified here will affect all calls to For example, the following sets a default for the $.ajaxSetup()
, see $.ajax()
. $.ajaxSetup()
.$.ajax
or Ajax-based derivatives such as $.get()
. This can cause undesirable behavior since other callers (for example, plugins) may be expecting the normal default settings. For that reason we strongly recommend against using this API. Instead, set the options explicitly in the call or define a simple plugin to do so.$.ajax
or Ajax-based derivatives such as $.get()
. This can cause undesirable behaviour since other callers (for example, plugins) may be expecting the normal default settings. For that reason we strongly recommend against using this API. Instead, set the options explicitly in the call or define a simple plugin to do so.url
parameter before pinging the server repeatedly:
$.ajaxSetup({