To hide the "broken image" icons for your IE users : error « jQuery « JavaScript Tutorial






$("img").error(function(){
  $(this).hide();
});
30.36.error
30.36.1.To hide the "broken image" icons for your IE users