DOMMouseScroll
only works for Firefox.
wheel
seems to work for both Firefox and chrome. What is this? Haven't found docs on this one.
mousewheel
doesn't work for Firefox.
How should I use them, in order to gain best browser-compatibility.
Example given:
document.addEventListener('ScrollEvent', function(e){
DoSomething();
});
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…