Search code examples
jqueryjscrollpanemousewheelhorizontal-scrolling

jscrollpane horizontal mousewheel


I have been unsuccessful getting the mouse wheel to scroll a horizontal jscrollpane. Does anyone have experience with this and can offer some pointers.

In the comments of the js file I see the following update just a couple of months ago // 2.0.0beta3 - (2010-08-27) Horizontal mousewheel, mwheelIntent, keyboard support, bug fixes

I've looked on the github issues page and Kelvin's FAQ and known issues pages as well as the google group and nothing makes me think this shouldn't be possible.

Any assistance is appreciated.


Solution

  • You need to make sure that you are using a version of the mousewheel plugin which came out after 2010-08-27 - changes were made to the mousewheel plugin as well as to jScrollPane to make it work. On my demo pages I am using 3.0.4:

    http://jscrollpane.kelvinluck.com/script/jquery.mousewheel.js

    If that doesn't help then can you confirm whether horizontal scrolling works for you on my demo pages. It does in all browsers I have tried which have a mouse capable of horizontal wheel motions (or on a macbook trackpad).