国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

jQuery對Select的操作大集合(收藏)

2019-11-20 21:21:33
字體:
供稿:網(wǎng)友

1.jQuery添加/刪除Select的Option項:
2.$("#select_id").append("<option value='Value'>Text</option>");   //為Select追加一個Option(下拉項) 
3.$("#select_id").prepend("<option value='0'>請選擇</option>");   //為Select插入一個Option(第一個位置) 
4.$("#select_id option:last").remove();   //刪除Select中索引值最大Option(最后一個) 
5.$("#select_id option[index='0']").remove();   //刪除Select中索引值為0的Option(第一個) 
6.$("#select_id option[value='3']").remove();   //刪除Select中Value='3'的Option 
7.$("#select_id option[text='4']").remove();   //刪除Select中Text='4'的Option 
8.$("#select_id").empty(); //清空select中的option
 

1.jQuery獲取Select選擇的Text和Value:
2.$("#select_id").change(function(){//code...});    //為Select添加事件,當(dāng)選擇其中一項時觸發(fā) 
3.var checkText=$("#select_id").find("option:selected").text();   //獲取Select選擇的Text 
4.var checkValue=$("#select_id").val();   //獲取Select選擇的Value 
5.var checkIndex=$("#select_id ").get(0).selectedIndex;   //獲取Select選擇的索引值
6.var maxIndex=$("#select_id option:last").attr("index");   //獲取Select最大的索引值 jQuery設(shè)置Select選擇的Text和Value:

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 金平| 祁连县| 和硕县| 博客| 阿拉善右旗| 永清县| 区。| 尖扎县| 寻乌县| 广河县| 板桥市| 盐津县| 漳浦县| 高碑店市| 博爱县| 错那县| 那坡县| 四会市| 定陶县| 永嘉县| 吉木乃县| 盐津县| 新竹市| 桦川县| 汤原县| 黑龙江省| 大关县| 长寿区| 乡宁县| 嘉禾县| 海阳市| 泸西县| 崇礼县| 中阳县| 焉耆| 松潘县| 漳浦县| 乐清市| 西宁市| 亚东县| 密山市|