jQuery scroll div with scrollTop
- by papermate
I'm trying to scroll a div up or down when hovering over the respective arrows. I also want to be able to jump down the div when the buttons are clicked (think clicking the windows scroll arrows rather than dragging the scroll bar).
The scrolling works but the jumping doesn't. scrollTop() keeps retuning 0.
Here's the code:
function…