mCustomScrollbar.js是一個可以客製化你的scrollbar的Jquery Plugin
說明網站:http://manos.malihu.gr/jquery-custom-content-scroller/
使用方法如下:
1.上github把它clone下來:https://github.com/malihu/malihu-custom-scrollbar-plugin
2.css引入: mCustomStomScrollbar.css
3.js引入兩個檔案
a.jquery.js
b.jquery.mCustomScrollbar.concat.min.js
之後你就可以使用它的method,例如:
$(".content").mCustomScrollbar({ scrollButtons:{ enable:true } });
以上是最基本的使用方式。
更多的參數說明可以參考該網站:http://manos.malihu.gr/jquery-custom-content-scroller/