Skip to content

Instantly share code, notes, and snippets.

@stebrech
Created January 22, 2014 16:27
Show Gist options
  • Save stebrech/8561861 to your computer and use it in GitHub Desktop.
Save stebrech/8561861 to your computer and use it in GitHub Desktop.
Überprüft ob Bilder geladen wurden. Benötigt jQuery
$(‘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