如果使用的是vue,和elementui,那麼select下拉框直接使用 v-model屬性. 這樣的話下拉框會自動選中那個v-model繫結的值。v-model繫結的值是可以自己定義或者是從後端查詢出來傳入前台form表單中的某個屬性的值。像這樣:
如果是使用的html+jquery:
1.通過id獲取下拉框的value和文字值
例如:
數字1數字2
$("#numbers option:selected").val(); 獲取到下拉框被選中的optionde value值:2;
$("#numbers option:selected").text(); 獲取到下拉框被選中的optionde 文字內容:數字2;
2.預設選中某個select值:增加selected屬性
input框中輸入數字,失去焦點時呼叫selectnumber()方法,選中與input框中相同的數字
function selectnumber()} }
select預設選中
首先初始化乙個select select id issendtext name issendtext class selector option value 1 請選擇option option value 0 否option option value 1 是option select 1 設定va...
select自動選中
篩選var typeid var bigclassid var smallclassid typeid option value typeid attr selected true typeid change bigclassid option value bigclassid attr selec...
select 選中 事件 值
選中的值 select選擇器 val select選擇器 find option selected val 選中的文字 select選擇器 find option selected text 選中的索引 someid prop selectedindex 理解 selectedindex是dom的固...