[jQuery] jQuery 1.4 - Resolution of IE "complete" testing for onload event firing?

2010-01-14 Thread Malic
Given the discussion here: http://groups.google.com/group/jquery-dev/browse_thread/thread/eee6ab7b2da50e1f It sounded like there would be a better way of dealing with onload event firing for images, given differences with IE's "complete" property. I'm wandering through the 1.4 source code and I d

[jQuery] jCarousel 0.2.3 hangs IE7 on window resize event

2009-09-16 Thread Malic
I've discovered that http://sorgalla.com/jcarousel/ will hang IE7 (but not IE8) when the this.funcResize handler (bound to window.onresize) is called. The setup for this is in init around line 226: $(window).unbind('resize', this.funcResize).bind('resize', this.funcResize); What happens is that