deferred.always
JavaScript
$.get("http://search.twitter.com/search.json?q=blue%20angels&rpp=5&include_entities=true&result_type=mixed").always( function() {
document.write("win win win");
} ); // Success
$.get("ww.notevenclosetocorrect.cooom").always( function() {
document.write("failed... bummer");
} );