jQuery firefox chrome IE 绑定mousewheel事件

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

  

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