I've embedded a Scrollable interface into my application and it appears to work fine with the keyboard arrows, but the mouse wheel only scrolls up, no matter which way I spin it. This means I have to manually scroll down just to use the wheel.
I used the example right from the website to come up with:
The code that I'm using was just downloaded today, so I know it's the newest available. Any suggestions?
I used the example right from the website to come up with:
$("div.scrollable").scrollable({
vertical:true,
size: 8
}).mousewheel();
The code that I'm using was just downloaded today, so I know it's the newest available. Any suggestions?
