wheel,scroll(es规范滚轮事件)
DOMMouseScroll(只有ff反对的滚轮事件,ff17当前能够用wheel规范事件)
mousewheel(wheel之前的非标准事件,ie\opera兼容性,ff不反对)
MouseWheelEvent和MouseScrollEvent(ff反对)
wheel 事件监听鼠标滚轮滚动,scroll监听浏览器页面滚动条滚动
wheel,scroll(es规范滚轮事件)
DOMMouseScroll(只有ff反对的滚轮事件,ff17当前能够用wheel规范事件)
mousewheel(wheel之前的非标准事件,ie\opera兼容性,ff不反对)
MouseWheelEvent和MouseScrollEvent(ff反对)
wheel 事件监听鼠标滚轮滚动,scroll监听浏览器页面滚动条滚动