jQuery插件之slimScroll 自定義滾動條樣式

1.在頁面引入jquery和jquery.slimscroll.js 2.使用如下 // 滾動條的盒子 <div class="box"> </div> 3.js代碼(插件的代碼寫在$(function(){})裏面) $(function(){ $('.box').slimScroll({ height: $(".table_box").height(), //容器高度
相關文章
相關標籤/搜索