最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

Has Attribute Selector [name]

attributeHas selector

version added: 1.0jQuery('[attribute]')

  • attribute
    一個(gè)屬性名

描述: 選擇所有具有指定屬性的元素,該屬性可以是任何值。

Example:

Bind a single click that adds the div id to its text.

<!DOCTYPE html>
<html>
<head>
  <script src="http://code.jquery.com/jquery-latest.min.js"></script>
</head>
<body>
  <div>no id</div>
  <div id="hey">with id</div>

  <div id="there">has an id</div>
  <div>nope</div>
<script>

    $("div[id]").one("click", function(){
      var idString = $(this).text() + " = " + $(this).attr("id");
      $(this).text(idString);
    });
</script>

</body>
</html>

Demo:

jQuery 1.6 API 中文版腳本之家整理、修訂 (2011年6月)
昭苏县| 定襄县| 八宿县| 康平县| 弋阳县| 临泉县| 舒兰市| 孟连| 两当县| 额敏县| 辰溪县| 民乐县| 大渡口区| 永平县| 四会市| 冷水江市| 全椒县| 吐鲁番市| 昌都县| 孟州市| 台南县| 安仁县| 微山县| 全椒县| 宜宾县| 静乐县| 永兴县| 海淀区| 孝昌县| 潜江市| 梓潼县| 和静县| 达拉特旗| 潮州市| 丰县| 邵阳市| 威信县| 寻甸| 黑龙江省| 苍山县| 鄂托克旗|