Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Trying to fix jquery#1022
  • Loading branch information
zyphlar authored Sep 1, 2018
1 parent 3a94c50 commit e68e9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entries/jQuery.ajax.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ $.ajax({
}
});
</code></pre>
<p>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 <code>error</code> callback.</p>
<p>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 <code>error</code> callback. (3xx redirects to the same domain are generally handled transparently.)</p>
</desc>
</property>
<property name="success" type="Function">
Expand Down

0 comments on commit e68e9c3

Please sign in to comment.