`
javaEEdevelop
  • 浏览: 862810 次
  • 性别: Icon_minigender_1
  • 来自: 广州
文章分类
社区版块
存档分类
最新评论

jquery.nicescroll的使用

 
阅读更多

 

<!--jquery.nicescroll-->
<script src="js/jquery.nicescroll/jquery.nicescroll.js"  type="text/javascript"></script>

var nicesx = $("div[id^='drop-down-ul-']").niceScroll({
				touchbehavior:false,
				cursorcolor:"#3FA7CB",
				cursoropacitymax:1.6,
				cursorwidth:8,
				horizrailenabled:false,
				cursorborderradius:0,
				autohidemode:false
				});
		//防止拉动事不触发document的click,也就是不冒泡
		$("div[id^='ascrail']").bind("click",function(e){
			var ev=e||event;
			ev.stopPropagation();
			return false;
		});
 
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics