摘要: function disabledMouseWheel() {if (document.addEventListener) {document.addEventListener('DOMMouseScroll', scrollFunc, false);}//W3Cwindow.onmousewhee... 阅读全文
posted @ 2014-03-25 10:55 linyongqin 阅读(131) 评论(0) 推荐(0) 编辑