TAB切换demo

 

 1         <style type="text/css">
 2             *{
 3                 margin:0;
 4                 padding:0;
 5                 font-size:16px;
 6                 font-family:微软雅黑;
 7 
 8             }
 9 
10             .tab{
11                 margin-top:20px;
12             }
13 
14             /*ul*/
15             .tab-ulcss{
16                 display:block;    
17                 list-style:none;
18                 margin:0 auto;
19                 width:500px;
20                 heigth:30px;
21                 clear:both;
22 
23             }
24             .tab-ulcss li{
25                 display:block;
26                 text-align:center;
27                 float:left;    
28                 margin-right:-9px;
29                 border-radius:8px 8px 0 0;    
30                 
31             }
32 
33             .tab-li{            
34                 margin-top:7px;
35                 height:30px;
36                 width:100px;
37                 border:solid 1px #009900;
38                 background-color:#fff;
39             }
40             .tab-li-on{
41                 margin-top:0px;
42                 height:38px;
43                 width:120px;
44                 font-size:18px;
45                 border:solid 1px #009900;
46                 border-bottom:none;
47                 background-color:#33CC66;
48             }
49             /*div*/
50             .tab-divcss{
51                 margin:0 auto;
52                 width:500px;
53                 height:200px;
54                 clear:both;
55             }
56             .tab-page{
57                 display:none;
58             }
59             .tab-page-on{
60                 z-index:-1;
61                 margin-top:-2px;
62                 border-radius:0px 8px 8px 0;    
63                 text-align:center;
64                 display:block;
65                 position:absolute;
66                 width:500px;
67                 height:200px;
68                 border:solid 1px #009900;
69                 background-color:#33CC66;
70             }
71         </style>

 

 1 <div class="tab">
 2             <ul id="tab-ul" class="tab-ulcss">
 3                 <li class="tab-li-on">tab1</li>
 4                 <li class="tab-li">tab2</li>
 5                 <li class="tab-li">tab3</li>
 6             </ul>
 7             <div id="tab-div" class="tab-divcss">
 8                 <div class="tab-page-on">
 9                     one
10                 </div>
11                 <div class="tab-page">
12                     two
13                 </div>
14                 <div class="tab-page">
15                     three
16                 </div>
17             </div>
18         </div>
 1 <script type="text/javascript">
 2             var tabli =document.getElementById("tab-ul").getElementsByTagName("li");    //获取菜单项数组
 3             var tabdiv=document.getElementById("tab-div").getElementsByTagName("div");  //获取3个菜单对应的页面      
 4             for (var i=0;i<tabli.length;i++)
 5             {
 6                 tabli[i].οnclick=function(){turnpage(this)}                 //对每个菜单项添加onclick事件
 7             }
 8             function turnpage(obj)                            //当菜单点击时,对每个菜单更改样式
 9             {
10                 for(var i=0;i<tabli.length;i++)
11                 {
12                     if (tabli[i]==obj){
13                         tabli[i].className="tab-li-on";
14                         tabdiv[i].className="tab-page-on";
15                     }else{
16                         tabli[i].className="tab-li";
17                         tabdiv[i].className="tab-page";
18                     }
19                 }    
20             }
21 
22         </script>

 

转载于:https://www.cnblogs.com/yesphet/p/4653554.html

[removed] $(function() { function setCurrentSlide(ele, index) { $(".swiper1 .swiper-slide").removeClass("selected"); ele.addClass("selected"); //swiper1.initialSlide=index; } var swiper1 = new Swiper('.swiper1', { // 设置slider容器能够同时显示的slides数量(carousel模式)。 // 可以设置为number或者 'auto'则自动根据slides的宽度来设定数量。 // loop模式下如果设置为'auto'还需要设置另外一个参数loopedSlides。 slidesPerView: 5.5, paginationClickable: true,//此参数设置为true时,点击分页器的指示点分页器会控制Swiper切换。 spaceBetween: 10,//slide之间的距离(单位px)。 freeMode: true,//默认为false,普通模式:slide滑动时只滑动一格,并自动贴合wrapper,设置为true则变为free模式,slide会根据惯性滑动且不会贴合。 loop: false,//是否可循环 onTab: function(swiper) { var n = swiper1.clickedIndex; } }); swiper1.slides.each(function(index, val) { var ele = $(this); ele.on("click", function() { setCurrentSlide(ele, index); swiper2.slideTo(index, 500, false); //mySwiper.initialSlide=index; }); }); var swiper2 = new Swiper('.swiper2', { //freeModeSticky 设置为true 滑动会自动贴合 direction: 'horizontal',//Slides的滑动方向,可设置水平(horizontal)或垂直(vertical)。 loop: false, // effect : 'fade',//淡入 //effect : 'cube',//方块 //effect : 'coverflow',//3D流 // effect : 'flip',//3D翻转 autoHeight: true,//自动高度。设置为true时,wrapper和container会随着当前slide的高度而发生变化。 onSlideChangeEnd: function(swiper) { //回调函数,swiper从一个slide过渡到另一个slide结束时执行。 var n = swiper.activeIndex; setCurrentSlide($(".swiper1 .swiper-slide").eq(n), n); swiper1.slideTo(n, 500, false); } }); }); [removed]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值