Skip to content

Instantly share code, notes, and snippets.

@pablolobos
Created January 22, 2014 14:16
Show Gist options
  • Save pablolobos/8559427 to your computer and use it in GitHub Desktop.
Save pablolobos/8559427 to your computer and use it in GitHub Desktop.
javascript_fix-broken-img.js
$('img').error(function(){
$(this).attr('src', ‘img/broken.png’);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment