1.0.26
mousewheel and DOMMouseScrollIt only works in chrome.
HTML attributes are case-insensitive, so DOMMouseScroll equals dommousescroll in HTML, and firefox does't have event named dommousescroll.
What should I do?
What should I do?
Use wheel event - https://developer.mozilla.org/en-US/docs/Web/Events/wheel
As @sqal said: https://jsfiddle.net/cpa9nbu5/
Most helpful comment
Use wheel event - https://developer.mozilla.org/en-US/docs/Web/Events/wheel