一款基于jQuery+CSS3实现的响应式TAB选项卡样式幻灯片切换代码,选项卡切换大图幻灯片特效。
js代码
<script src="https://img.x22t.com/file/2020/04/25/73ff9aa2ec1687e709a8d32621104e234205.js" type="text/javascript"></script> <script type="text/javascript"> $(function(){ $("a").on("click", function(){ return false; }); // set item banner $(".ts-item").first().show(); $(".ts-item").each(function () { var $this = $(this), _imgSrc = $this.find(".ts-banner img").attr("src"); if(_imgSrc) $this.css("background-image", "url(" + _imgSrc + ")"); }); $(".ts-control li").on("click", function(){ var $this = $(this), _index = $this.index(); $("li.is-active").removeClass("is-active"); $(this).addClass("is-active"); $(".ts-item.is-active").removeClass("is-active").fadeOut(); $(".ts-item").eq(_index).addClass("is-active").fadeIn(); return false; }); var ww = $(window).width(); }); </script>
声明:本站资源均来源于互联网,如侵犯您的权益,请联系邮箱:afengim@88.com。谢谢,我们将在一天内进行处理。购买资源及会员后不支持退款,但我们将尽心尽力的为您解决问题,有任何问题联系QQ:3207346758;如您是游客模式下购买的资源,建议您立即注册账号(推荐使用QQ登录)以永久保留您的购买记录(可无限次下载)防止订单丢失造成损失。下载或购买资源即代表您已详细阅读并理解且同意 用户协议及下载须知