始终坚信
好记性不如赖笔头!

js jq 当前栏目高亮

    
    
    
  •  网站首页
  •  总会荣誉
  •  慈善新闻
  •  慈善项目
  •  善款公开
  •  政策法规
  •  政策解读
  •  慈善文化
  •  慈善报
  •  慈善志愿者
  •           
      var urlstr = location.href;  
      //alert(urlstr);  
      var urlstatus=false;  
      $("#topnav a").each(function () {  
        if ((urlstr + '/#').indexOf($(this).attr('rel')) > -1&&$(this).attr('rel')!='') {  
          $(this).addClass('am-active'); urlstatus = true;  
        } else {  
          $(this).removeClass('am-active'); 
        }  
      });
     // alert(urlstatus);
      if (!urlstatus) {$("#topnav a").eq(0).addClass('am-active'); }

    需要说明 首页链接必须为”/#” 不然可能会冲突 导致其他栏目首页高亮不消失

    ]]>

    赞(0)
    本站未标注原创文章均为转载,如有侵权请告知!二宝博客 » js jq 当前栏目高亮

    评论 抢沙发

    • 昵称 (必填)
    • 邮箱 (必填)
    • 网址