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

:image Selector

image selector

version added: 1.0jQuery(':image')

描述: 選擇所有圖像類型的元素。

Example:

Finds all image inputs.

<!DOCTYPE html>
<html>
<head>
  <style>
  textarea { height:45px; }
  </style>
  <script src="http://code.jquery.com/jquery-latest.min.js"></script>
</head>
<body>
  <form>
    <input type="button" value="Input Button"/>
    <input type="checkbox" />

    <input type="file" />
    <input type="hidden" />
    <input type="image" />

    <input type="password" />
    <input type="radio" />
    <input type="reset" />

    <input type="submit" />
    <input type="text" />
    <select><option>Option<option/></select>

    <textarea></textarea>
    <button>Button</button>
  </form>
  <div>
  </div>
<script>
    var input = $("input:image").css({background:"yellow", border:"3px red solid"});
    $("div").text("For this type jQuery found " + input.length + ".")
            .css("color", "red");
    $("form").submit(function () { return false; }); // so it won't submit

</script>

</body>
</html>

Demo:

jQuery 1.6 API 中文版腳本之家整理、修訂 (2011年6月)
故城县| 望谟县| 嘉荫县| 米易县| 绩溪县| 都兰县| 孝感市| 湄潭县| 胶州市| 通辽市| 锡林浩特市| 深水埗区| 那坡县| 温州市| 建宁县| 巴中市| 和龙市| 临安市| 阆中市| 彭山县| 香格里拉县| 宁城县| 开化县| 长泰县| 丹巴县| 洱源县| 新营市| 深水埗区| 交口县| 巧家县| 嘉义县| 鹤壁市| 东山县| 镇坪县| 延川县| 拉萨市| 高邮市| 阜南县| 巴马| 泗阳县| 黔西县|