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

溫馨提示×

溫馨提示×

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

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

jQuery選擇器之子元素選擇器詳解

發布時間:2020-10-15 12:31:53 來源:腳本之家 閱讀:180 作者:喵嘻嘻 欄目:web開發

本文實例為大家分享了jQuery子元素選擇器,供大家參考,具體內容如下

jQuery選擇器之子元素選擇器詳解

<!DOCTYPE html>
<html>

<head>
  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
  <title></title>
  <link rel="stylesheet" href="imooc.css" rel="external nofollow" type="text/css">
  <script src="http://libs.baidu.com/jquery/1.9.1/jquery.js"></script>
</head>

<body>
  <h3>子元素篩選選擇器</h3>
  <h4>:first-child、:last-child、:only-child</h4>
  <div class="left first-div">
    <div class="div">
      <a>:first-child</a>
      <a>第二個元素</a>
      <a>:last-child</a>
    </div>
    <div class="div">
      <a>:first-child</a>
    </div>
    <div class="div">
      <a>:first-child</a>
      <a>第二個元素</a>
      <a>:last-child</a>
    </div>
  </div>

  <script type="text/javascript">
    //查找class="first-div"下的第一個a元素
    //針對所有父級下的第一個
    $(".first-div a:first-child").css("color", "#CD00CD");
  </script>

  <script type="text/javascript">
    //查找class="first-div"下的最后一個a元素
    //針對所有父級下的最后一個
    //如果只有一個元素的話,last也是第一個元素
    $(".first-div a:last-child").css("color", "red");
  </script>

  <script type="text/javascript">
    //查找class="first-div"下的只有一個子元素的a元素
    $(".first-div a:only-child").css("color", "blue");
  </script>


  <h4>:nth-child、:nth-last-child</h4>
  <div class="left last-div">
    <div class="div">
      <a>:first-child</a>
      <a>第二個元素</a>
      <a>第三個元素</a>
      <a>:last-child</a>
    </div>
    <div class="div">
      <a>:first-child</a>
      <a>第二個元素</a>
    </div>
    <div class="div">
      <a>:first-child</a>
      <a>第二個元素</a>
      <a>第三個元素</a>
      <a>:last-child</a>
    </div>
  </div>

  <script type="text/javascript">
    //查找class="last-div"下的第二個a元素
    $(".last-div a:nth-child(2)").css("color", "#CD00CD");
  </script>

  <script type="text/javascript">
    //查找class="last-div"下的倒數第二個a元素
    $(".last-div a:nth-last-child(2)").css("color", "red");
  </script>

</body>

</html>

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持億速云。

向AI問一下細節

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

AI

镇雄县| 太康县| 西乌| 平塘县| 罗平县| 波密县| 鲜城| 时尚| 石城县| 肃北| 台中县| 陆良县| 青川县| 兴国县| 武功县| 六枝特区| 富阳市| 攀枝花市| 宜州市| 梨树县| 罗田县| 商水县| 宽城| 马公市| 阳原县| 富蕴县| 鸡西市| 安吉县| 龙游县| 静海县| 精河县| 讷河市| 南平市| 永济市| 繁峙县| 六枝特区| 泸溪县| 来安县| 伊通| 休宁县| 珠海市|