How to scroll a scrollable div with javascript

How to scroll a scrollable div with javascript

It that possible to scroll up/down a "overflow-y: scroll" div with javascript. On a scroll div, pageUp/Dn can move to the very first position/the very end position. So how about to simulate a keypress on scroll-div to make it move if it's possible to simulate a pageUp/Dn?