自动识别当前页
程序员文章站
2022-06-10 10:29:26
...
jq+css 获取当前页
jq
jq
$(function (){
url= document.location.pathname;
$(".admin-menu a").each(function (){//.admin-menu 换成你自己的class
href=$(this).attr("href");
if(href==url){
$(this).parent().addClass("active");
}
});
});
页面
AD:真正免费,域名+虚机+企业邮箱=0元