index.html代码内容
我们提供的服务有:网站设计制作、成都做网站、微信公众号开发、网站优化、网站认证、潜山ssl等。为上1000+企事业单位解决了网站和推广的问题。提供周到的售前咨询和贴心的售后服务,是有科学管理、有技术的潜山网站制作公司<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>导航高亮显示</title> <style type="text/css"> body{ font-size:20px; } .nav{ list-style-type: none; margin:0; padding:0; } .clear:after{ content:'/20'; display:block; clear:both; height:0; visibility: hidden; } .nav li{ float:left; background:#B1DFF5; margin-right:1px; color:#fff; } .nav li a{ display:block; height:45px; width:120px; line-height:45px; text-align:center; text-decoration:none; } .active{ background:#28b1f3; font-weight:bold; } </style> </head> <body> <ul class="nav clear" id="nav"> <li><a href="index.html" rel="external nofollow" rel="external nofollow" >首页</a></li> <li><a href="1.html" rel="external nofollow" rel="external nofollow" >栏目一</a></li> <li><a href="2.html" rel="external nofollow" rel="external nofollow" >栏目二</a></li> <li><a href="3.html" rel="external nofollow" rel="external nofollow" >栏目三</a></li> </ul> </body> <script type="text/javascript" src="js/jquery-1.7.min.js"></script> <script type="text/javascript"> var urlstr = location.href; console.log(urlstr+'/'); var urlstatus=false; $("#nav a").each(function () { if ((urlstr + '/').indexOf($(this).attr('href')) > -1&&$(this).attr('href')!='') { $(this).addClass('active'); urlstatus = true; } else { $(this).removeClass('active'); } }); if (!urlstatus) {$("#nav a").eq(0).addClass('active'); } </script> </html>
本文名称:使用JS实现导航切换时高亮显示的示例讲解-创新互联
转载源于:https://www.cdcxhl.com/article10/dichgo.html
成都网站建设公司_创新互联,为您提供网站内链、响应式网站、App开发、网站制作、外贸网站建设、标签优化
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联