Skip to content

Commit dfbbb79

Browse files
laughinghanmgol
authored andcommitted
jQuery.ajax: Mark jqXHR.always() as added in 1.6
1 parent 8b39fe7 commit dfbbb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/jQuery.ajax.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ $.ajax({
240240
</p>
241241
</li>
242242
<li>
243-
<strong>jqXHR.always(function( data|jqXHR, textStatus, jqXHR|errorThrown ) { });</strong>
243+
<strong>jqXHR.always(function( data|jqXHR, textStatus, jqXHR|errorThrown ) { });</strong> (added in jQuery 1.6)
244244
<p>An alternative construct to the complete callback option, the <code>.always()</code> method replaces the deprecated <code>.complete()</code> method.</p>
245245
<p>In response to a successful request, the function's arguments are the same as those of <code>.done()</code>: data, textStatus, and the jqXHR object. For failed requests the arguments are the same as those of <code>.fail()</code>: the jqXHR object, textStatus, and errorThrown. Refer to <code><a href="/deferred.always/">deferred.always()</a></code> for implementation details.</p>
246246
</li>

0 commit comments

Comments
 (0)