[jQuery] Re: $(document).resize bug?

2009-09-25 Thread MartinBorthiry
On 25 sep, 13:13, Bertilo Wennergren wrote: > MartinBorthiry wrote: > >  I'm trying to do this: > > >  $(document).resize(function(){alert('yea')}); > > >  but doesn't work on firefox or chrome,  only work fine on IE (WTF!) > > >  I'd tryied $('body').resize...  but happen the same. > > >  $(

[jQuery] Re: $(document).resize bug?

2009-09-25 Thread Bertilo Wennergren
MartinBorthiry wrote: I'm trying to do this: $(document).resize(function(){alert('yea')}); but doesn't work on firefox or chrome, only work fine on IE (WTF!) I'd tryied $('body').resize... but happen the same. $(window).resize work fine but i need to detect when the body's height ha