国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

JQuery和html+css實現帶小圓點和左右按鈕的輪播圖實例

2019-11-19 16:01:20
字體:
來源:轉載
供稿:網友

是的!你沒看錯!還是輪播圖。這次的JQuery的喲!!

CSS代碼:

/*輪播圖 左右按鈕 小白點*/  #second_div{  margin-top: 160px;  }  .img_box{  overflow: hidden;  width:100%;  height:420px;  border:1px solid;  position:relative; }    .img_box img{  width:100%;  position:absolute; }    .ul5{  list-style: none;  position:absolute;  left:580px;  top:565px;  }   .ul5 li{  float:left;  margin-left:20px;  width:40px;  height:5px;  border:0px;  background:lawngreen; }  .d1,.d2{  width:50px;  height:60px;  background-color: rgba(10,10,10,0.5);  text-align: center;  font-size:26px;  font-weight: 800px;  line-height:60px;  cursor: pointer;  }  .d1{  position:absolute;  top:373px;  left:25px;  }  .d2{  position:absolute;  top:373px;  left:1445px;  }

HTML代碼:

<!-- 輪播圖 --><div id="second_div"><div class="img_box"> <img src="img/ban1.jpg"> <img src="img/ban2.jpg"> <img src="img/ban3.jpg"> <img src="img/ban4.png"></div>  <ul class="ul5"> <li></li> <li></li> <li></li> <li></li></ul> <div class="d1"><</div> <div class="d2">></div></div>

js代碼:

<script type="text/javascript">  $(document).ready(function(){//搜索按鈕 $("#ss").click(function(){  var new_li = $("<li>"+ $("#skuang").val() +"</li>");  $("#d1 ul").append(new_li);  $("#d1").hide();  $("#skuang").val("");  })  $("#skuang").focus(function(){   $("#d1").css("display","block");  });    $("#skuang").blur();  $("#qingch").click(function(){   $("#d1 li:gt(0)").remove();   $("#d1").hide();     });//輪播圖  var img=$(".img_box img");  var li=$(".ul5 li");  var divW=$(".img_box").width();  var len=$(".img_box img").length;  img.css("left",divW);  img.eq(0).css("left",0);  li.eq(0).css("background","red");  var index=0;  var next=0;  function show(){   next++;   if(next==len){    next=0;   }   img.eq(next).css("left",divW);   img.eq(index).animate({"left":-divW});   img.eq(next).animate({"left":0});   li.eq(next).css("background","red");   li.eq(index).css("background","lawngreen");   index=next;  }  t=setInterval(show,2000);  function show1(){   next--;   if(next==-1){    next=len-1;   }   img.eq(next).css("left",-divW);   img.eq(index).animate({"left":divW});   img.eq(next).animate({"left":0});   li.eq(next).css("background","red");   li.eq(index).css("background","lawngreen");   index=next;       }  img.hover(function(){   clearInterval(t);       },function(){   t=setInterval(show,2000);  })  //左右按鈕  $(".d2").mousedown(function(){   clearInterval(t);   show();  })  $(".d2").mousedown(function(){     t=setInterval(show,2000);  })   $(".d1").mousedown(function(){   clearInterval(t);     show1();  })  $(".d1").mousedown(function(){   t=setInterval(show,2000);  })  //小白點 點擊  li.mousedown(function(){   num=$(this).index();   if(num==next){    return;   }else if(num<next){    clearInterval(t);    img.eq(num).css("left",-divW);     img.eq(index).animate({"left":divW});     img.eq(num).animate({"left":0});     li.eq(num).css("background","red");     li.eq(index).css("background","lawngreen");     index=num;     next=num;   }else if(num>next){    clearInterval(t);     img.eq(num).css("left",divW);     img.eq(index).animate({"left":-divW});     img.eq(num).animate({"left":0});     li.eq(num).css("background","red");     li.eq(index).css("background","lawngreen");     index=num;     next=num;   } })    li.mouseup(function(){     t=setInterval(show,2000);   })  }) </script>

以上這篇JQuery和html+css實現帶小圓點和左右按鈕的輪播圖實例就是小編分享給大家的全部內容了,希望能給大家一個參考,也希望大家多多支持武林網。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 九江市| 沙坪坝区| 大关县| 陇南市| 田东县| 丹寨县| 福海县| 维西| 霍邱县| 汝南县| 年辖:市辖区| 吉林省| 本溪市| 美姑县| 荥经县| 富裕县| 噶尔县| 南安市| 渝北区| 札达县| 临夏市| 伊宁市| 砀山县| 赤壁市| 广丰县| 曲阜市| 宿松县| 沂南县| 肃北| 贵南县| 泸定县| 齐齐哈尔市| 桂东县| 迁安市| 澄江县| 当雄县| 桐城市| 长海县| 娄烦县| 湟源县| 会理县|