Scrollable div : how to detect scroll direction from OnScroll event for a scrollable div?
- by Shivanand Murthy
How to detect the scroll direction for a scrollable div , From OnScroll event? I want to add 15 to scrollTop, if user scrolls up and subtract 15, if user scrolls down. Is it possible with out using JQuery?