1. <tt id="5hhch"><source id="5hhch"></source></tt>
    1. <xmp id="5hhch"></xmp>

  2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

    <rp id="5hhch"></rp>
        <dfn id="5hhch"></dfn>

      1. JQuery 獲取和設置Select選項的代碼

        時間:2024-07-02 07:55:06 jQuery Mobile 我要投稿
        • 相關推薦

        JQuery 獲取和設置Select選項的代碼精選

          獲取Select :

          獲取select 選中的 text :

          $("#ddlRegType").find("option:selected").text();

          獲取select選中的 value:

          $("#ddlRegType ").val();

          獲取select選中的索引:

          $("#ddlRegType ").get(0).selectedIndex;

          設置select:

          設置select 選中的索引:

          $("#ddlRegType ").get(0).selectedIndex=index;//index為索引值

          設置select 選中的value:

          $("#ddlRegType ").attr("value","Normal“);

          $("#ddlRegType ").val("Normal");

          $("#ddlRegType ").get(0).value = value;

          設置select 選中的text:

          var count=$("#ddlRegType option").length;

          for(var i=0;i<count;i++)

          { if($("#ddlRegType ").get(0).options[i].text == text)

          {

          $("#ddlRegType ").get(0).options[i].selected = true;

          break;

          }

          }

          清空 Select:

          $("#ddlRegType ").empty();

        【JQuery 獲取和設置Select選項的代碼】相關文章:

        jquery提交按鈕的代碼07-28

        基于jQuery的固定表格頭部的代碼08-30

        jQuery(js)如何獲取文字寬度(顯示長度)09-29

        關jQuery彈出窗口簡單實現代碼-javascript編程06-07

        jQuery 源碼分析和Ready函數06-28

        jQuery中parent()和siblings()的問題10-16

        ppt動作按鈕設置和動畫動作設置12-06

        Oracle查詢原理:Select語句09-17

        雙屏顯示器如何設置和設置技巧02-20

        Oracle數據庫SELECT語句10-25

        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码

        1. <tt id="5hhch"><source id="5hhch"></source></tt>
          1. <xmp id="5hhch"></xmp>

        2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

          <rp id="5hhch"></rp>
              <dfn id="5hhch"></dfn>