Skip to content

Instantly share code, notes, and snippets.

View JLevstein's full-sized avatar

Jonathan Levstein JLevstein

View GitHub Profile
@JLevstein
JLevstein / jQuery - Has image loaded?
Created August 31, 2013 23:07
jQuery - Has image loaded?
$(‘#imageID’).attr(‘src’, ‘imagefile.jpg’).load(function() {</pre>  Alert(‘image load successful’);  });