作者 anyv
1 个管道 的构建 通过 耗费 0 秒

1

... ... @@ -140,9 +140,12 @@
}
})
// 分类tab
$('.cl_nav ul li').click(function () {
$(this).addClass('cl_Active2').siblings().removeClass('cl_Active2');
$('.cl_nav ul li').each(function () {
$(this).click(function () {
$(this).addClass('cl_Active2').siblings().removeClass('cl_Active2');
})
})
</script>
</body>
... ...