/ Published in: jQuery
courtesy Jean-Baptiste Jung
Expand |
Embed | Plain Text
$('#myImage').attr('src', 'image.jpg').load(function() { alert('Image Loaded'); });
You need to login to post a comment.
adambundy on 12/15/09
2 people have marked this snippet as a favorite
courtesy Jean-Baptiste Jung
$('#myImage').attr('src', 'image.jpg').load(function() { alert('Image Loaded'); });
You need to login to post a comment.