javascript Programming Glossary: userscroll
Detect whether scroll event was created by user http://stackoverflow.com/questions/7035896/detect-whether-scroll-event-was-created-by-user . Here's the test cases that I validated Page loads userScroll is false Scroll using mouse keyboard userScroll becomes true.. Page loads userScroll is false Scroll using mouse keyboard userScroll becomes true Click on the link to jump to page bottom userScroll.. becomes true Click on the link to jump to page bottom userScroll becomes false Click Back Forward userScroll becomes false DOCTYPE..
|