Skip to content

Commit e68e9c3

Browse files
authored
Trying to fix jquery#1022
1 parent 3a94c50 commit e68e9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/jQuery.ajax.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ $.ajax({
160160
}
161161
});
162162
</code></pre>
163-
<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>
163+
<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>
164164
</desc>
165165
</property>
166166
<property name="success" type="Function">

0 commit comments

Comments
 (0)