s).index()).addClass("active").siblings().removeClass("active"); $(".table_card .tabCon ul").hide().eq($(this).index()).show(); }) }); lightGallery(document.getElementById('lightgallery')); var swiper2 = new Swiper('.swiper-container', { pagination: '.swiper-pagination', nextButton: '.swiper-button-next_new', prevButton: '.swiper-button-prev', slidesPerView: 3, paginationClickable: true, spaceBetween: 20 }); $("#wrong-btn").click(function () { $("html, body").animate({scrollTop: $($(this).attr("href")).offset().top -20+ "px"}, 500); return false; }); var l_height = $(window).height()*1.5 if($(".content-add").height()>l_height){ $(".content-add").addClass('limit') $(".content-add").height(l_height) $('.more-txt').show() }else{ $(".content-add").removeClass('limit') $(".content-add").height('auto') $('.more-txt').hide() } $('.more-txt').click(function(){ if($(".content-add").hasClass('limit')){ $(".content-add").removeClass('limit') $(".content-add").height('auto') $(this).text('收起') }else{ $(".content-add").addClass('limit') $(".content-add").height(l_height) $(this).text('查看更多') } })