html:
htmljq:
$(document).ready(function () {
$(".index-menu a").each(function () {
$this = $(this);
if ($this[0].href == String(window.location)) {
$this.addClass("main-active");
}
});
});
$(document).ready(function () {
$(".index-menu a").each(function () {
$this = $(this);
if ($this[0].href == String(window.location)) {
$this.addClass("main-active");
}
});
});
本文标题:jq 实现公用头部导航点击跳转之后给对应添加的样式
本文链接:https://www.haomeiwen.com/subject/bopczftx.html
网友评论