I believe I found the bug.
Seems like that if you set window.onresize in IE before the document
is completely loaded, it won't work.
Whatever.
TI'm injecting jQuery into any webpage (via a bookmarklet). This
works fine, but for some strange reason $(window).bind("resize")
doesn't work with IE. No errors, just doesn't fire the event.
To see this, execute this code while on any webpage (using Firebug
Javascript Console):
//load jQuery
Do you have a simple test case? Resize works for me in IE.
try
$(window).resize(fn);
On Jan 13, 3:54 pm, sam wrote:
> Can anyone verify that $(window).bind('resize', fn) doesn't work in
> IE? $(window).bind('scroll', fn) works fine for me, but not resize.
>
> I'm using 1.2.6.
>
> Thanks.
4 matches
Mail list logo