84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
我是前端菜鸟。
遇到一个问题不知道如何解决,尽量描述清楚吧。
我有一个侧边栏,放在col-md-2位置,具体代码是这样的
仪表盘 图书馆 新增文章 管理文章 评论管理 其他 静态文件管理 关键词检索 性能检测
在一个折叠菜单底下切换panel没有问题,就是跨菜单切换就会出现问题,出现了两个激活的标签页。
导致这样的函数失效了。
$("#files-tab").on("shown.bs.tab", function(){});
因为对前端不了解,不明白为什么会这样,麻烦大神解释下以及如何解决。。。
欢迎选择我的课程,让我们一起见证您的进步~~
后来自己写了个函数,问题解决了
var rm_active = function () { $("li").removeClass("active"); $(this).addClass("active"); };
欢迎更好的答案
后来自己写了个函数,问题解决了
欢迎更好的答案