右侧导航栏(动态添加数据到list)
2018-06-24 00:08:33来源:未知 阅读 ()
页面样式
<style> .scroll { position: fixed; right: 5%; top: 5em; background: #ccc; display: none; } .scroll ul { list-style: none; margin: 0; padding: 0; list-style: none; border: 0; } a { outline: none; text-decoration: none; tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -moz-tap-highlight-color: rgba(0, 0, 0, 0); -ms-tap-highlight-color: rgba(0, 0, 0, 0); -o-tap-highlight-color: rgba(0, 0, 0, 0); color: #3c3c3c; } </style>
页面
右侧的导航栏的list
<div class="scroll"> <ul id="list"> </ul> </div>
js
<script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script> <script> $(function() { $(window).scroll(function() { if(document.body.scrollTop > 500) {//当滚动条滑倒500px是出现列表 $(".scroll").css("display", "block") } }) var IdList=[];//定义一个空的数组 var a = $("body h2")//取到整个body里的h2 for (var j = 1;j < a.length;j++ ) {//循环出来 IdList.push(a.eq(j).attr('id')) //将取到id值push到空数组里 } var result = ""; for(var i = 0; i < IdList.length; i++) {//循环添加到li标签里 console.log(IdList[i])//控制台打印出来自己检查 result += "<li><a href='#" + IdList[i] + "'>" + IdList[i] + "</a></li>" } $("#list").append(result)//将li插入ul里面 }) </script>
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- Vue input控件通过value绑定动态属性及修饰符的方法 2020-03-05
- jQuery如何动态添加小广告 2020-02-20
- JS动态加载脚本的方法 2020-02-14
- jQuery动态修改字体大小的方法 2019-12-18
- jQuery实现动态添加、删除按钮及input输入框的方法 2019-12-15
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash