在jquery之后引入插件js,样式可选。
1 2 3 | < link rel = "stylesheet" type = "text/css" href = "css/jquery.autoMenu.css" > < script src = "js/jquery.autoMenu.js" ></ script > |
直接:
1 | < div class = "autoMenu" id = "autoMenu" data-autoMenu></ div > |
或者:
1 2 3 4 5 6 7 8 | $( "#autoMenu" ).autoMenu({ levelOne : 'h3' , //一级标题 levelTwo : 'h4' , //二级标题(暂不支持更多级) width : 200, //容器宽度 height : 400, //容器高度 padding: 20, //内部间距 offTop : 100 //滚动切换导航时离顶部的距离 }); |
特别申明:
本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com