Skip to content

Instantly share code, notes, and snippets.

@tanrax
Created February 11, 2014 18:59
Show Gist options
  • Save tanrax/8941620 to your computer and use it in GitHub Desktop.
Save tanrax/8941620 to your computer and use it in GitHub Desktop.
JQuery: Arreglar imágenes sin terminar de cargar
$('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