$(function() { $('.js-no-image').on('error', function() { $(this).attr({ src: '/image/no-image.jpg', alt: 'no image' }); }); });