Skip to content

Instantly share code, notes, and snippets.

/replace.js Secret

Created May 17, 2013 07:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/979523146f5832e46020 to your computer and use it in GitHub Desktop.
Save anonymous/979523146f5832e46020 to your computer and use it in GitHub Desktop.
$(document).ready(function(){
$("img").error(function(){
$(this).attr("src", "replace.png");
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment