diff --git a/entries/jQuery.ajax.xml b/entries/jQuery.ajax.xml index 80157d28..c6a523ba 100644 --- a/entries/jQuery.ajax.xml +++ b/entries/jQuery.ajax.xml @@ -160,7 +160,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 generally handled transparently.)