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
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
2 matches
Mail list logo