91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

jQuery+CSS怎么實現的標簽頁效果

發布時間:2021-03-19 11:05:08 來源:億速云 閱讀:140 作者:小新 欄目:web開發

小編給大家分享一下jQuery+CSS怎么實現的標簽頁效果,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!

CSS代碼:

#tabs{
  width:600px;
  height:250px;
  background:white;
  margin:20px;
}
#tabs ul{
  float:left;
  margin:20px 0 0 20px;
  padding:0;
}
#tabs li{
  width:80px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-bottom:1px solid grey;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  background:#eeeeee;
  position:relative;
  top:1px;
}
#tabs li:hover{
  color:#aaaaaa;
  cursor:pointer;
}
.items{
  width:560px;
  height:175px;
  font-size:16px;
  text-align:center;
  border:1px solid grey;
  float:left;
  margin-left:20px;
}

jQuery代碼:

$(document).ready(function(){
  $("li").bind("click",function(){
    $(".items").hide();
    $("#"+$(this).attr("name")).show();
    $("li").css({
      "border-top":"1px solid white",
      "border-left":"1px solid white",
      "border-right":"1px solid white",
      "border-bottom":"1px solid grey",
      "background":"#eeeeee"
    });
    $(this).css({
      "border-top":"1px solid grey",
      "border-left":"1px solid grey",
      "border-right":"1px solid grey",
      "border-bottom":"1px solid white",
      "background":"white"
    });
  });
  $("li:first-child").click();
});

HTML部分代碼:

<script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>
<div id="tabs">
  <ul>
    <li name="lst1">標簽1</li>
    <li name="lst2">標簽2</li>
    <li name="lst3">標簽3</li>
    <li name="lst4">標簽4</li>
  </ul>
  <div class="items" id="lst1">內容1</div>
  <div class="items" id="lst2">內容2</div>
  <div class="items" id="lst3">內容3</div>
  <div class="items" id="lst4">內容4</div>
</div>

這里使用在線HTML/CSS/JavaScript前端代碼調試運行工具:http://tools.jb51.net/code/WebCodeRun,測試運行效果如下:

jQuery+CSS怎么實現的標簽頁效果

以上是“jQuery+CSS怎么實現的標簽頁效果”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

白沙| 扶沟县| 利川市| 丹凤县| 青龙| 略阳县| 陆河县| 无棣县| 友谊县| 五原县| 玉溪市| 新丰县| 保定市| 稻城县| 卓资县| 广州市| 三原县| 高碑店市| 京山县| 大关县| 永年县| 德州市| 塔城市| 秀山| 怀来县| 翼城县| 陆河县| 乡城县| 寻乌县| 开封县| 榆树市| 克山县| 乌什县| 彭阳县| 临湘市| 邵阳县| 新闻| 独山县| 惠来县| 普兰店市| 宜君县|