想要禁用点击滚动

时间:2016-05-07 16:48:07

标签: jquery html css

我滚动我的div有一些按钮。当我滚动我的div时,会自动点击按钮。如何在滚动期间停止自动点击。代码在这里

$(document).ready(  
function() {   
$("#scroller1").niceScroll({ 
    cursorwidth:"10px",  
    cursorborder: "10px",  
    bouncescroll: false,  
    horizrailenabled: false,  
    touchbehavior:true,  
    grabcursorenabled: true,  
    autohidemode:false,  
    preventmultitouchscrolling: false,    
   });  
});   

jsfiddle链接检查20至30秒
http://codepen.io/anon/pen/ZWwOMw

0 个答案:

没有答案