Actually, it seems that the document's height is the entire page's height, while the window height is only the viewing height(ie: what you see at that given time).
On Oct 21, 1:00 pm, tallvanilla <[EMAIL PROTECTED]> wrote: > Good question. No difference. Both should give you the exact same > result every time. > > JR > > On Oct 21, 1:38 am, jey jey <[EMAIL PROTECTED]> wrote: > > > what is difference between $(document).height() and $ > > (window).height() ?