Skip to content

Instantly share code, notes, and snippets.

@JLevstein
Created August 31, 2013 23:07
Show Gist options
  • Save JLevstein/6401217 to your computer and use it in GitHub Desktop.
Save JLevstein/6401217 to your computer and use it in GitHub Desktop.
jQuery - Has image loaded?
$(‘#imageID’).attr(‘src’, ‘imagefile.jpg’).load(function() {</pre>  Alert(‘image load successful’);  });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment