How to show div when user reach bottom of the page?

Posted by Kenan on Stack Overflow See other posts from Stack Overflow or by Kenan
Published on 2010-05-04T19:13:49Z Indexed on 2010/05/04 19:18 UTC
Read the original article Hit count: 181

Filed under:
|
|

When user scrolls to the bottom of the page I want to show some div, with jQuery of course. And if user scrolls back to he top, div fade out. So how to calculate viewport (or whatever is the right name) :)

Thanks

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about viewport