首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

jquery.nicescroll的施用

2012-11-22 
jquery.nicescroll的使用?!--jquery.nicescroll--script srcjs/jquery.nicescroll/jquery.nicescroll

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;});
?

热点排行