Community Member Profile
Stephen Rushing
Member since Apr 2, 2009
- Profile: /members/3216-Stephen-Rushing.htm
- URL: http://blog.stephenrushing.com
- Comments: 1
- Points: 11
Recent Blog Comments By Stephen Rushing
-
jQuery Attr() Function Doesn't Work With IMAGE.complete
Posted on Apr 2, 2009 at 1:41 PM
Just came across this post and thought I'd post on it since I've spent some hair-pulling time on similar stuff. The best way to handle an image load with jquery is as follows: $("img.selector").load(function(evt){ $(evt.target).fadeIn(); }); if($("img.selector")[0].comp... read more »



