gpt4 book ai didi

jquery - 如何使用 jquery 添加类 'active'

转载 作者:行者123 更新时间:2023-11-28 16:06:14 33 4
gpt4 key购买 nike

我不知道为什么这不起作用。我的程序没有任何错误。我希望有人能帮我解决这个问题。

enter image description here

最佳答案

您应该在加载函数中添加一个回调,以查看是否加载了 Nav.html,例如:

$(function() {
$("#nav-placeholder").load("Nav.html", function() {
// Nav was loaded successfully.
// Add the class
$("#firstTag").addClass("active");
});
});

关于jquery - 如何使用 jquery 添加类 'active',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42410763/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com