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'); }
需要说明 首页链接必须为”/#” 不然可能会冲突 导致其他栏目首页高亮不消失
]]>
js jq 当前栏目高亮:等您坐沙发呢!