asked on 11/14/2014
jQuery(function($) { $("#logo img,#home img,#contact img").error(function() { var which_one = $(this).attr("src"); alert(which_one+" fail"); }); });
Select allOpen in new window