亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

jQuery中表單元素選擇器的示例分析

發布時間:2021-08-02 11:58:49 來源:億速云 閱讀:100 作者:小新 欄目:web開發

這篇文章主要介紹jQuery中表單元素選擇器的示例分析,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!

具體內容如下

<!DOCTYPE html>
<html>
<head>
  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
  <title></title>
  <link rel="stylesheet" href="imooc.css" type="text/css">
  <style> 
    input{
      display: block;
      margin: 10px;
      padding:10px;
    }
  </style>
  <script src="http://libs.baidu.com/jquery/1.9.1/jquery.js"></script>
</head>

<body>
  <h3>子元素篩選選擇器</h3>
  <h4>input、text、password、radio、checkbox</h4>
  <h4>submit、image、reset、button、file</h4>
  <div class="left first-div">
    <form>
      <input type="text" value="text類型"/>
      <input type="password" value="password"/>
      <input type="radio"/> 
      <input type="checkbox"/>
      <input type="submit" />
      <input type="image" />
      <input type="reset" />
      <input type="button" value="Button" />
      <input type="file" />
    </form>
  </div>

  <script type="text/javascript">
    //查找所有 input, textarea, select 和 button 元素
    //:input 選擇器基本上選擇所有表單控件
    $(':input').css("border", "3px groove blue"); 
  </script>

  <script type="text/javascript">
    //匹配所有input元素中類型為text的input元素
    $('input:text').css("background", "#A2CD5A");
  </script>

  <script type="text/javascript">
    //匹配所有input元素中類型為password的input元素
    $('input:password').css("background", "yellow");
  </script>

  <script type="text/javascript">
    //匹配所有input元素中的單選按鈕,并選中
    $('input:radio').attr('checked','true');
  </script>

  <script type="text/javascript">
    //匹配所有input元素中的復選按鈕,并選中
    $('input:checkbox').attr('checked','true'); 
  </script>

  <script type="text/javascript">
    //匹配所有input元素中的提交的按鈕,修改背景顏色
    $('input:submit').css("background", "#C6E2FF");
  </script>

  <script type="text/javascript">
    //匹配所有input元素中的圖像類型的元素,修改背景顏色
     $('input:image').css("background", "#F4A460");
  </script>

  <script type="text/javascript">
    //匹配所有input元素中類型為按鈕的元素
     $('input:button').css("background", "red");
  </script>

  <script type="text/javascript">
    //匹配所有input元素中類型為file的元素
     $('input:file').css("background", "#CD1076");
  </script>

</body>

</html>

以上是“jQuery中表單元素選擇器的示例分析”這篇文章的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

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

AI

克山县| 黑河市| 达尔| 兴隆县| 鲁山县| 遂平县| 利辛县| 西充县| 阳新县| 慈溪市| 藁城市| 定安县| 吉安市| 贞丰县| 武川县| 观塘区| 淳安县| 府谷县| 龙岩市| 姚安县| 伊金霍洛旗| 德州市| 北海市| 岑溪市| 新晃| 读书| 天峻县| 海淀区| 阿克陶县| 临沧市| 黄平县| 古浪县| 孝感市| 夏邑县| 六安市| 德兴市| 松原市| 江山市| 蒙城县| 喀什市| 齐河县|