Erik
Erik

Reputation: 14770

Are there 'startscroll' and 'stopscroll' events in JS or JQUERY?

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

Answers (1)

Tanzeeb Khalili
Tanzeeb Khalili

Reputation: 7344

There is window.onscroll, and a jQuery function to wrap it.

Upvotes: 1

Related Questions