jquery.nicescrollp.js 是一个修改滚动条样式的插件
$(document).ready(
function(){
scroll = $('ul').nicescroll(
{
cursorcolor:"#257ddb",//滚动条颜色
mousescrollstep:10,//速度
cursorwidth:"10px",//宽度
cursorborder:"yellow",//边框颜色
background:"red"//滚动条背景颜色
autohidemode:false,//是否隐藏滚动条
cursorborderradius:"5px",//滚动条圆角
}
)
}
)
注:
https://www.jq22.com/ ==>jquery插件库
https://www.jq22.com/jquery-info5869 ===>jquery.nicescroll.js下载路径
https://www.jq22.com/jquery-info23174 ===>jquery.nicescroll.js下载路径
https://www.bootcdn.cn/jquery.nicescroll/ ===>jquery.nicescroll cdn链接