How do I determine height and scrolling position of window in jQuery?

Posted by One Crayon on Stack Overflow See other posts from Stack Overflow or by One Crayon
Published on 2008-11-19T23:17:22Z Indexed on 2010/03/17 15:51 UTC
Read the original article Hit count: 178

Filed under:
|

I need to grab the height of the window and the scrolling offset in jQuery, but I haven't had any luck finding this in the jQuery docs or Google. I'm 90% certain there's a way to access height and scrollTop for an element (presumably including the window), but I just can't find the specific reference.

Any help is appreciated! Thanks!

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about JavaScript