Link to home
Start Free TrialLog in
Avatar of snavebelac
snavebelac

asked on

Detect scroll direction using jQeury

I have a content div on a web page that allows users to jump to any point on the current page.  These documents are pretty long and so the content div moves up and down to stay on screen with use of scrollTop().

However, as these documents become larger, the content div is becoming larger than the viewport and as it lines up with the top of the page, it is sometimes impossible to get to the bottom of the content div.

I have come up with a solution that requires me to know what direction the viewport is scrolling in.  Can this be done?  If I can find the scrolltop() value on scroll start and scrol end I could work out the direction so this may also be an option

Many Thanks
ASKER CERTIFIED SOLUTION
Avatar of mahome
mahome
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of snavebelac
snavebelac

ASKER

Great - Thanks