Mega Code Archive

 
Categories / JavaScript Tutorial / JQuery
 

To hide the broken image icons for your IE users

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