jquery.nicescroll仿IOS滚动条美化插件

jquery.nicescroll仿IOS滚动条美化插件-精品资源网
jquery.nicescroll仿IOS滚动条美化插件
此内容为免费资源,请登录后查看
0
免费资源

jquery.nicescroll仿IOS滚动条美化插件

Nicescroll3是一款仿IOS滚动条样式,支持全屏切换,滚动条美化的jquery.nicescroll插件。

js代码

<script src=\"js/jquery.min.js\"></script>
<script src=\"js/jquery.nicescroll.min.js\"></script>
<script>
  $(document).ready(function() {
  	var nice = $(\"html\").niceScroll();  // The document page (body)
	$(\"#div1\").html($(\"#div1\").html()+\' \'+nice.version);
    $(\"#boxscroll\").niceScroll({cursorborder:\"\",cursorcolor:\"#00F\",boxzoom:true}); // First scrollable DIV
    $(\"#boxscroll2\").niceScroll(\"#contentscroll2\",{cursorcolor:\"#F00\",cursoropacitymax:0.7,boxzoom:true,touchbehavior:true});  // Second scrollable DIV
    $(\"#boxframe\").niceScroll(\"#boxscroll3\",{cursorcolor:\"#0F0\",cursoropacitymax:0.7,boxzoom:true,touchbehavior:true});  // This is an IFrame (iPad compatible)
    $(\"#boxscroll4\").niceScroll(\"#boxscroll4 .wrapper\",{boxzoom:true});  // hw acceleration enabled when using wrapper
    });
</script>

© 版权声明
THE END
点赞0 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容