最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

javascript獲取select的當(dāng)前值示例代碼(兼容IE/Firefox/Opera/Chrome)

 更新時間:2013年12月17日 09:20:41   作者:  
本篇文章主要介紹了javascript獲取select的當(dāng)前值示例代碼(兼容IE/Firefox/Opera/Chrome) 需要的朋友可以過來參考下,希望對大家有所幫助

JavaScript獲取Select當(dāng)前值寫法:
var value = document.getElementById("select").options[document.getElementById("select").options.selectedIndex].value;
var text = document.getElementById("select").options[document.getElementById("select").options.selectedIndex].text;

例子:

復(fù)制代碼 代碼如下:

<script>
function check() {
      var select = document.getElementById("select").options[document.getElementById("select").options.selectedIndex].value;
      alert(select);
}
</script>

<select name="select" id="select">
<option value="test1" selected="selected">Test1</option>
<option value="test2">Test2</option>
</select>
<input type="button" value="我要試試" onclick="check()"/>

相關(guān)文章

最新評論

清苑县| 万山特区| 边坝县| 刚察县| 黄大仙区| 乐昌市| 化州市| 安龙县| 合水县| 年辖:市辖区| 荔波县| 崇州市| 大新县| 汉寿县| 青州市| 房山区| 庄浪县| 新安县| 曲麻莱县| 互助| 双峰县| 辽源市| 红河县| 离岛区| 苍山县| 南江县| 枣强县| 明光市| 云梦县| 湘乡市| 县级市| 普兰店市| 红安县| 汶上县| 恩施市| 莱州市| 开化县| 客服| 临泉县| 乌兰察布市| 克东县|