Skip to content

Instantly share code, notes, and snippets.

@pablolobos
Created January 22, 2014 14:16
Show Gist options
  • Save pablolobos/8559415 to your computer and use it in GitHub Desktop.
Save pablolobos/8559415 to your computer and use it in GitHub Desktop.
javascript_images-loaded.js
$(‘img’).load(function() {
console.log(‘image load successful’);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment