Код: Выделить всё
$(document).ready(function() {
$("img").each(function() {
var $this = $(this);
this.onerror = function() {
$(this).parent().hide();
};
});
});Код: Выделить всё
Hide this
[img]/sites/Yo/Flyers/Pic010.jpg[/img]
Подробнее здесь: https://stackoverflow.com/questions/792 ... parent-div