jquery.mCustomScrollbar.concat.js是一款非常漂亮的滚动条样式插件,通过它你可以自由的定制自己喜欢的滚动条, 插件 兼容IE6 和IE7等的浏览器。
<div class="mCustomScrollbar" data-mcs-theme="dark">
<!-- your content -->
</div>
<script>
(function($){
$(window).on("load",function(){
$(".content").mCustomScrollbar();
});
})(jQuery);
</script>
官网 :http://manos.malihu.gr/jquery-custom-content-scroller/
演示地址 :https://www.jq22.com/yanshi1818