Skip to content

Instantly share code, notes, and snippets.

@tanrax
Created February 11, 2014 18:59
Show Gist options
  • Save tanrax/8941612 to your computer and use it in GitHub Desktop.
Save tanrax/8941612 to your computer and use it in GitHub Desktop.
JQuery: Comprobar imágenes cargadas
$('img').load(function() {
//se cargaron las imagenes completamente
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment