tab選項卡

$(".tab-title li").on('click', function(){
   $(".tab-title li").eq($(this).index()).addClass("cur").siblings().removeClass('cur');
   $(".tab-con>div").hide().eq($(this).index()).show();
})ide

相關文章
相關標籤/搜索