国产91福利在线观看,漂亮女保姆电影,欧美高h视频,青青青在线播放,96pao国产成视频永久免费,2022精品国偷自产免费观看,天天射天天爽

龍巖易富通網(wǎng)絡(luò)科技有限公司

龍巖小程序開(kāi)發(fā),龍巖分銷(xiāo)系統(tǒng)

jquery操作select(取值,設(shè)置選中)

2019.03.16 | 2638閱讀 | 0條評(píng)論 | javascript


1、獲取

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最大的索引值

var index = $('#someId').prop('selectedIndex'); //獲取選擇的索引值

贊 (

發(fā)表評(píng)論