I have a div with a fixed height and overflow-y : scroll which I am loading via ajax. I’m currently looking for a possibility to scroll the content inside the div (using the mouse wheel) but without displaying the scroll bar. Can anyone help?
Share
Another way is to use jquery.mousewheel : https://github.com/brandonaaron/jquery-mousewheel
On mouse wheel, compute scroll urself :
I made a Fiddle as a demonstration :
http://jsfiddle.net/W2pZB/
The only problem is about the var-fixed line height.