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

首頁 > 編程 > JavaScript > 正文

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

2019-11-19 15:24:45
字體:
供稿:網(wǎng)友

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

<!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>  <h2>子元素篩選選擇器</h2>  <h3>:first-child、:last-child、:only-child</h3>  <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>  <h3>:nth-child、:nth-last-child</h3>  <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"下的倒數(shù)第二個a元素    $(".last-div a:nth-last-child(2)").css("color", "red");  </script></body></html>

以上就是本文的全部內(nèi)容,希望對大家的學習有所幫助,也希望大家多多支持武林網(wǎng)。

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 广东省| 将乐县| 黎川县| 连云港市| 望奎县| 巴林左旗| 静宁县| 绥棱县| 嵊泗县| 和静县| 贵德县| 乡宁县| 汾西县| 玉田县| 九龙城区| 容城县| 梁平县| 滨海县| 台东县| 抚顺市| 德保县| 车致| 大港区| 吉水县| 留坝县| 本溪市| 屯留县| 历史| 云南省| 长宁区| 阿荣旗| 定兴县| 武宣县| 弥勒县| 固始县| 新营市| 米泉市| 朔州市| 垣曲县| 米泉市| 宜宾市|