How to simulate a scrollbar click using jQuery? Thus, if the user clicks on the div that says “scroll down,” it will be the same behavior as if he clicked on the down arrow in the browser scroll bar. To use the current behavior of the browser would be optimal, but to do something like $.browser.scrolldown(200,'fast').
Something like $.browser.triggerDownArrowOnScrollBar()it would be sweet!
source
share