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
- DediPath→$79 月 E3-1240v2 16GB 内存 4TB全球[VPS测评]
- racknerd→纽约 32C 站群服务器低至$165 月 亚洲优化大流站群服务器[IP]
- 商家投稿 ¥50 月 2 核 CPU 2G 内存 180G 硬盘 5Mb全球[VPS测评]
- 优惠 CloudCone→2 美元月付起 洛杉矶 CN2 线路 按小时计全球[VPS测评]
- 特价服务器 80host 香港 CN2 线路独立服务器测试数据独立服务器[U]
- 特价服务器 hostsolutions→2*E5-2450 32G 48全球[VPS测评]
- 双十一 恒创科技→香港高防云服务器 4 折起 充值立返 10% CN2 香港VPS[主机]
- 鸟石鸟是什么成语?全球[VPS测评]
- 疯狂猜成语 图猜成语一个人在说自己有很多金子是什么成语?全球[VPS测评]
- 五月优惠 imidc→香港 VPS 台湾 VPS 日本 CN2 南非 C日本VPS[主机]
- 促销 JGKVM→洛杉矶 CN2 GIA 线路套餐补货 新推出 179 全球[VPS测评]
- WordPress建立数据库连接时出错怎么办?全球[VPS测评]
- Vultr VPS主机取消 $3.5入门机型及新用户赠送$25全球[VPS测评]
- WordPress通过根据评论数量判断是否显示评论者链接全球[VPS测评]
- GreenCloudVPS绿云美国堪萨斯机房上线,$15起/年,10Gb美国VPS[主机]
- Flasheberg 法国服务器VPS 测试 (IP不错)全球[VPS测评]
- towwwer.host-俄罗斯1C1G15GB 不限流量 145卢布 全球[VPS测评]
- 上新优惠: UOVZ 莞港IPLC 1G 内存 20G SSD 100G全球[VPS测评]
- Virmach Summer Sale → $9年付 512M $15年全球[VPS测评]
- 买了一台云服务器到底能干什么?全球[VPS测评]
- 数据中心助力光纤光缆行业发展全球[VPS测评]
- 全球云lovps,香港CN2线路vps 新品七折月付49元香港VPS[主机]
- 瓜云互联怎么样?香港/美国洛杉矶CN2高防vps 50G月付34元美国VPS[主机]
- 2022年黄河流域跨境电商博览会将于8月26日至28日在青岛西海岸新区举全球[VPS测评]
- 详细介绍vps云服务器及其作用全球[VPS测评]
- 雷盾云:香港/美国/日本免备案云服务器,香港vps低至10元/月日本VPS[主机]
- 印象云怎么样?85折香港安畅CN2vps带宽3M月付23元香港VPS[主机]
- 六六云,2核2G香港云服务器/1000GB流量/50Mbps端口/KVM香港VPS[主机]
- 极亿云:大连/沈阳/北京/广州/深圳云服务器低至48.7元/月;香港cn香港VPS[主机]
- 香港cn2线路服务器哪里好?香港cn2服务器推荐哪家好?香港VPS[主机]
转载请注明原文地址:http://140.238.13.167:12355/read-217152.html











