Saturday, January 31, 2009

[jQuery] Re: Large images IE ready event

Hi Alex, 

Which version of jQuery are you using? If it's 1.3.1, there was a regression that caused this problem. 

This has been fixed in the svn version. See the bug report here:

http://dev.jquery.com/ticket/3988

--Karl

____________
Karl Swedberg
www.englishrules.com
www.learningjquery.com




On Jan 30, 2009, at 10:19 AM, Alex wrote:


In IE 6 through 8, whenever I use $(document).ready(function(){ });,
it doesn't get triggered if there are still images trying to load. I
use a graphic engine to draw huge graphs and it can take up to 5
seconds parsing the images and the code between the ready event doesnt
get triggered until the images are fully loaded.

It works flawlessly in Firefox. Only IE6-8 has this problem. Is there
something I am missing in my code? Is this a known issue with IE?

Thanks.

No comments: