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链接

Logo

魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。

更多推荐