Jay
Member since Sep 28, 2010
- Profile: /members/6963-jay.htm
- Comments: 2
Recent Blog Comments By Jay
-
jQuery Attr() Function Doesn't Work With IMAGE.complete
Posted on Sep 29, 2010 at 3:27 PM
@Stephen, Thank you for valuable comment!... read more »
-
jQuery Attr() Function Doesn't Work With IMAGE.complete
Posted on Sep 28, 2010 at 5:25 PM
Hi! Any comments on this one? ... doShow=function(){ if($('#img_id').attr('complete')){ alert('Image is loaded!'); } else { window.setTimeout('doShow()',100); } }; $('#img_id').attr('src','image.jpg'); doShow(); ... Seems like works everywhere...... read more »