We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7010c4c commit d786cbfCopy full SHA for d786cbf
entries/jQuery.getJSON.xml
@@ -82,7 +82,7 @@ var jqxhr = $.getJSON( "example.json", function() {
82
// Perform other work here ...
83
84
// Set another completion function for the request above
85
-jqxhr.complete(function() {
+jqxhr.always(function() {
86
console.log( "second complete" );
87
});
88
</code></pre>
0 commit comments