diff --git a/entries/jQuery.ajax.xml b/entries/jQuery.ajax.xml index ee976c2c..3afaf650 100644 --- a/entries/jQuery.ajax.xml +++ b/entries/jQuery.ajax.xml @@ -168,7 +168,7 @@ $.ajax({ } }); -

If the request is successful, the status code functions take the same parameters as the success callback; if it results in an error (including 3xx redirect), they take the same parameters as the error callback.

+

If the request is successful, the status code functions take the same parameters as the success callback; if it results in an error (including 3xx redirects to another domain), they take the same parameters as the error callback. 3xx redirects to the same domain are handled by the browser and are not controlled by jQuery.