how to determine, using jquery, if the element is visible on the current page view. I'd like to add a comment functionality, which works like in facebook, where you only scroll to element if it's not currently visible. By visible, I mean that it is not in the current page view, but you can scroll to the element.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Basically you just check the position of the element to see if its within the windows viewport.
|
|||||||||
|
|
Improving Loktar's answer, fixing the following:
|
|||
|
|
