我先写的静态页面 js效果正常,然后套到cms里面,js效果就不正常,点击出现些莫名的属性,有人说是jq跟cms冲突 还高版本jq 但是我换了最新的 jq 还是不行,求大腿 蟹蟹~
<div class="left-menu">
$(".coobtn").click(function() {
$(this).next().stop(true).slideToggle().parent().siblings().children("ul").stop(true).slideUp();
$(this).children().toggleClass("f-active").parent().parent().siblings().children("a").children().removeClass("f-active");
});
相关分类