[jQuery] Re: Problems with $(document).height() and jQuery 1.2.2

2008-02-05 Thread rich
Perfect. That fixes it. Thanks Scott On Feb 5, 9:03 am, "Scott González" <[EMAIL PROTECTED]> wrote: > Have you checked $(document.body).height()? > > On Feb 4, 10:21 am, rich <[EMAIL PROTECTED]> wrote: > > > On most of my projects I have some js to push the footer to the bottom > > on pages with

[jQuery] Re: Problems with $(document).height() and jQuery 1.2.2

2008-02-05 Thread Scott González
Have you checked $(document.body).height()? On Feb 4, 10:21 am, rich <[EMAIL PROTECTED]> wrote: > On most of my projects I have some js to push the footer to the bottom > on pages with little/no content (compares document height and viewport > height). When I upgraded to jQuery 1.2.2 it stopped