JQuery JavaScript Tutorial

$("img").error( function(){
  $(this).hide();
});