/ Published in: JavaScript
URL: http://www.catswhocode.com/blog/10-jquery-snippets-for-efficient-developers
Expand |
Embed | Plain Text
$('#myImage').attr('src', 'image.jpg').load(function() { alert('Image Loaded'); });
You need to login to post a comment.
