Jquery JavaScript DHTML

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