禁用鼠标滚动事件

2018-01-23  本文已影响0人  一路向东_1c50

window.onmousewheel=document.onmousewheel=function() {return false;}

火狐下面

document.getElementById("contentTable").removeEventListener('DOMM

ouseScroll', scrollFunc);

上一篇 下一篇

猜你喜欢

热点阅读