[jQuery] Re: 1.2 bug? $(window).height(); always the same as $('body').height();

2007-10-02 Thread mundizzle
here's the thread with the answer. (thanks david) http://groups.google.com/group/jquery-dev/browse_thread/thread/1884fa6ed308f40/d44fee44ffb4028f On Oct 2, 2:33 pm, mundizzle [EMAIL PROTECTED] wrote: I have a page with content that goes below the fold. I'm trying to calculate the height

[jQuery] Re: 1.2 bug? $(window).height(); always the same as $('body').height();

2007-10-02 Thread David Serduke
Hmm my first comment from a half hour ago never showed up. Anyway, there was some discussion on this topic here: http://groups.google.com/group/jquery-dev/browse_thread/thread/1884fa6ed308f40/d44fee44ffb4028f David On Oct 2, 2:33 pm, mundizzle [EMAIL PROTECTED] wrote: I have a page with

[jQuery] Re: 1.2 bug? $(window).height(); always the same as $('body').height();

2007-10-02 Thread Brandon Aaron
This is fixed in the latest svn. -- Brandon Aaron On 10/2/07, mundizzle [EMAIL PROTECTED] wrote: I have a page with content that goes below the fold. I'm trying to calculate the height of the browser's viewable area this way... $(window).height(); ...but it always returns the height of