jQuery firefox chrome IE 绑定mousewheel事件

$doc.on('mousewheel DOMMouseScroll',function(){
    $htmlBody.stop(true);
    $goTop.stop(true);
});

  

posted @ 2016-04-13 17:51  roseforyou  阅读(297)  评论(0)    收藏  举报