一级日韩免费大片,亚洲一区二区三区高清,性欧美乱妇高清come,久久婷婷国产麻豆91天堂,亚洲av无码a片在线观看

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

時(shí)間:2024-07-02 07:55:06 jQuery Mobile 我要投稿
  • 相關(guān)推薦

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選項的代碼】相關(guān)文章:

jquery提交按鈕的代碼07-28

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

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

關(guān)jQuery彈出窗口簡(jiǎn)單實(shí)現代碼-javascript編程06-07

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

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

ppt動(dòng)作按鈕設置和動(dòng)畫(huà)動(dòng)作設置12-06

Oracle查詢(xún)原理:Select語(yǔ)句09-17

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

Oracle數據庫SELECT語(yǔ)句10-25

一级日韩免费大片,亚洲一区二区三区高清,性欧美乱妇高清come,久久婷婷国产麻豆91天堂,亚洲av无码a片在线观看