Hi!
Is there any way to detect if the mouse wheel is scrolling sideways in Javascript? I am now using the excellent jquery.mousewheel.3.0.2 plugin, but I couldn't find any relevant parameters on the event. Please help!
Hi!
Is there any way to detect if the mouse wheel is scrolling sideways in Javascript? I am now using the excellent jquery.mousewheel.3.0.2 plugin, but I couldn't find any relevant parameters on the event. Please help!
DOMMouseScroll event has an "axis" property
https://developer.mozilla.org/en/Gecko-Specific_DOM_Events#Determining_the_scroll_direction
no idea about MSIE