js jquery 获取 html select 当前选中值
![]() | ![]() | ![]() | ![]() |
| 【性价之王】 | 【线路之王】 | 【价格之王】 | 【配置之王】 |
| 【免费之王】 | 【香港首推】 | 【梯子之王】 | 【独服之王】 |

js 获取 html select 当前选中值代码:
<!doctype html> <html> <head> <meta charset="UTF-8"> <title>js 获取 html select 当前选中值-www.02405.com</title> </head> <body> <select id="user" onchange="showSelect()"> <option value="zhangsan">张三</option> <option value="lisi">李四</option> <option value="wangwu">王五</option> </select> <script type="text/javascript"> function showSelect(){ var obj = document.getElementById("user"); var index = obj.selectedIndex;//当前 select 选中项的索引 console.log(obj.options[index].value);//输出当前 select 选中项的 value console.log(obj.options[index].text);//输出当前 select 选中项的 text } </script> </body> </html>jquery 获取 html select 当前选中值代码:
<!doctype html> <html> <head> <meta charset="UTF-8"> <title>js 获取 html select 当前选中值-www.02405.com</title> <script src="jquery.min.js"></script> </head> <body> <select id="user" onchange="showSelect()"> <option value="zhangsan">张三</option> <option value="lisi">李四</option> <option value="wangwu">王五</option> </select> <script type="text/javascript"> function showSelect(){ console.log($("#user").find("option:selected").val());//输出当前 select 选中项的 value console.log($("#user").find("option:selected").text());//输出当前 select 选中项的 text } </script> </body> </html>猜你可能想看的VPS
- 海星云主机→全场限量 75 折 KVM VPS 月付 41 元起全球[VPS测评]
- Netcup→€20.99 月 6 核独享 32GB 内存 480GB 虚拟空间(主机)
- 教程 VPS 快速搭建速度测试服务全球[VPS测评]
- racknerd 最新 birthday 促销,洛杉矶直连 vps,2 全球[VPS测评]
- 修罗云→56 元 月 2 核 2GB 内存 40GB 空间 1TB 流量虚拟空间(主机)
- 疯狂猜成语 图猜成语一个人隔着河在看对面的火是什么成语?全球[VPS测评]
- 黑五 Virtono→全场 VPS 季付 半年付 7 折优惠 部分套餐年全球[VPS测评]
- 禁止 layer.msg()在回调时抖动全球[VPS测评]
- mkdir()提示 No such file or directory 全球[VPS测评]
- CN2 GT ¥192.5 年 256M 内存 5G 硬盘 250G 流全球[VPS测评]
- 越南 VPS $3.52 月 1G 内存 20G 硬盘 100Mbps 全球[VPS测评]
- $19 半年 500M 内存 15G SSD 500G 流量 1Gbps美国VPS[主机]
- Linode - 新增独立 CPU 实例 Dedicated CPU I独立服务器[U]
- 如何通过巧用WordPress Trackbacks和Pingbacks全球[VPS测评]
- HostYun新上洛杉矶AMD新机器,三网cn2gia/美国原生IP/A美国VPS[主机]
- DMIT.io → 2G 内存 20G SSD 无限流量 200M带宽 全球[VPS测评]
- edgenat:韩国cn2+香港cn2,VPS八折优惠,8核8G/50gWINDOWS
- 谷歌浏览器网址如何显示http,www,Chrome谷歌浏览器恢复地址栏全球[VPS测评]
- 租用美国服务器有哪些安全方案美国VPS[主机]
- 舍利云:香港美国vps云服务器/BGP线路元旦全场9折,低至36元/月美国VPS[主机]
- BBR对比BBR2BBRPLUSBBR2CAKE锐速哪个效果好全球[VPS测评]
- 做跨境电商一个月都有多少收入?全球[VPS测评]
- 云米科技:新春欢庆,香港云服务器/美国高防vps服务器全场八折,支持按天美国VPS[主机]
- 阿里云和腾讯云免备案香港云服务器哪个更优惠?香港VPS[主机]
- 搬瓦工VPS:高端线路助力企业运营,10Gbps美国 cn2 gia,1日本VPS[主机]
- VPS成立BurjeelHoldings全球[VPS测评]
- 搬瓦工vps:10Gbps美国vps cn2 gia,1Gbps香港cn日本VPS[主机]
- 咖啡主机:香港云服务器15.6元/月(季付);美西1G云服务器16.8元香港VPS[主机]
- 港网科技怎么样?国内BGP云主机,2核2G5M带宽仅377.46元/年全球[VPS测评]
- Mysql连接数过高,如何检查?全球[VPS测评]
转载请注明原文地址:http://140.238.13.167:12355/read-208236.html











