on $(window).height() you're retrieving the browser window height, while in $(document).height() you get the current html height.
On Tue, Oct 21, 2008 at 6:36 AM, Jay Jay <[EMAIL PROTECTED]> wrote: > > what is difference between $(document).height() and $ > (window).height() ? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---
