$(".card-product-relative img").on("error", function () { $(this).parents('.item-product-relative').remove(); // xóa ảnh bị lỗi });
<