JS replace missing images

`// Replace source $('img').error(function(){ $(this).attr('src', 'missing.png'); });

// Or, hide them $("img").error(function(){ $(this).hide(); });`

From CSS Tricks

This article is my 20th oldest. It is 17 words long