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

首頁(yè) > 語(yǔ)言 > JavaScript > 正文

jQuery操作Select選擇的Text和Value(獲取/設(shè)置/添加/刪除)

2024-05-06 14:19:26
字體:
供稿:網(wǎng)友
jQuery獲取Select選擇的Text和Value:
選擇一項(xiàng)試試看
語(yǔ)法解釋:
代碼如下:
. $("#select_id").change(function(){//code...}); //為Select添加事件,當(dāng)選擇其中一項(xiàng)時(shí)觸發(fā)
. var checkText=$("#select_id").find("option:selected").text(); //獲取Select選擇的Text
. var checkValue=$("#select_id").val(); //獲取Select選擇的Value
. var checkIndex=$("#select_id ").get(0).selectedIndex; //獲取Select選擇的索引值
. var maxIndex=$("#select_id option:last").attr("index"); //獲取Select最大的索引值

jQuery設(shè)置Select選擇的Text和Value:
語(yǔ)法解釋:
代碼如下:
. $("#select_id ").get(0).selectedIndex=1; //設(shè)置Select索引值為1的項(xiàng)被選中
. $("#select_id ").val(4); //設(shè)置Select的Value值為4的項(xiàng)選中
. $("#select_id option[text='jQuery']").attr("selected", true); //設(shè)置Select的Text值為jQuery的項(xiàng)選中

jQuery添加/刪除Select的Option項(xiàng):
點(diǎn)擊一次,Select將追加一個(gè)Option
點(diǎn)擊將在Select第一個(gè)位置插入一個(gè)Option
點(diǎn)擊將刪除Select中索引值最大Option(最后一個(gè))
語(yǔ)法解釋:
代碼如下:
. $("#select_id").append("<option value='Value'>Text</option>"); //為Select追加一個(gè)Option(下拉項(xiàng))
. $("#select_id").prepend("<option value='0'>請(qǐng)選擇</option>"); //為Select插入一個(gè)Option(第一個(gè)位置)
. $("#select_id option:last").remove(); //刪除Select中索引值最大Option(最后一個(gè))
. $("#select_id option[index='0']").remove(); //刪除Select中索引值為0的Option(第一個(gè))
. $("#select_id option[value='3']").remove(); //刪除Select中Value='3'的Option
. $("#select_id option[text='4']").remove(); //刪除Select中Text='4'的Option
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表

圖片精選

主站蜘蛛池模板: 中西区| 大连市| 临猗县| 隆尧县| 广州市| 珲春市| 高雄县| 汶川县| 秦安县| 安顺市| 迭部县| 九龙城区| 班玛县| 合阳县| 泸州市| 兴宁市| 闽清县| 青海省| 龙江县| 藁城市| 鄄城县| 齐齐哈尔市| 随州市| 榆林市| 泉州市| 北碚区| 青神县| 久治县| 吉首市| 苍溪县| 桂林市| 新郑市| 海晏县| 绍兴市| 潼关县| 潼关县| 昭平县| 武平县| 海南省| 普宁市| 修文县|