/ Published in: JavaScript
Expand |
Embed | Plain Text
$('img').load(function() { $('div').show(); });
You need to login to post a comment.
hamsterbacke82 on 12/24/10
1 person have marked this snippet as a favorite
$('img').load(function() { $('div').show(); });
You need to login to post a comment.