Fix Broken Images Automatically 3/2014 S. A. D. Leave a comment $(‘img’).error(function(){ $(this).attr(‘src’, ‘img/broken.png’); })