' + "个人中心"); $("#dlkx").removeAttr('onclick'); $("#dlkx").attr('href', '/index/'); } } }); var localhref = window.location.href; $(".nav-justified li.nav_li").removeClass("active"); $(".nav-justified li.nav_li").each(function () { var thisH = $(this).find('a').attr("href"); if (localhref.indexOf(thisH) >= 0 ||(thisH=='/portal/fwdt/' && localhref.indexOf('/portal/gxfw') >= 0)) { $(this).addClass("active"); } }); });