美文网首页
选项卡JS

选项卡JS

作者: 欣欣0324 | 来源:发表于2018-08-02 09:58 被阅读0次

$(document).ready(function() {

$(".xuanxiangka li").click(function(){

$(".xuanxiangka li").eq($(this).index()).addClass("hover").siblings().removeClass("hover");

$(".zhengce_box").eq($(this).index()).addClass("zhengce_box_on").siblings().removeClass("zhengce_box_on");

});

})

相关文章

网友评论

      本文标题:选项卡JS

      本文链接:https://www.haomeiwen.com/subject/wtkjvftx.html