2013-10-14 74 views

回答

1

有一个名为NICESCROLL插件 - >https://github.com/inuyaksa/jquery.nicescroll

See the Demo Here

您需要使用bouncescroll:"true"选项在你的代码。详情请参阅以下代码

jQuery("html").niceScroll({ 
    bouncescroll: "true", 
    cursorcolor: "#000000", 
    boxzoom: false, 
    autohidemode: false, 
    cursorwidth: 10 
});