Reputation: 14770
I'm looking for a 'startscroll' and 'stopscroll' events for a tracking when an user start and stop using scroll of window. Are there events in pure JavaScript or jQuery framework?
Upvotes: 2
Views: 652
Reputation: 7344
There is window.onscroll
, and a jQuery function to wrap it.
Upvotes: 1