$.ajax({ .... .... success: function( data ) { .... .... .... }, complete: function() { // выполниться после вызова success } });