jQuery ajax sur l'échec

fail: function(xhr, textStatus, errorThrown){
	alert('request failed');
}
Andrew Lautenbach