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
- 景文互联→日本服务器月付 900 元起 软银+CN2 线路 快速上架日本VPS[主机]
- 网络快 Moack 蘑菇→29 刀韩国 CN2 特价服务器 配置高 价格韩国VPS[主机]
- TripodCloud→圣何塞 CN2 GIA 线路 KVM 年付 38全球[VPS测评]
- php 高效统计 txt 大文件行数函数全球[VPS测评]
- 香港 VPS 14 元起 美国 CERA VPS 18.8 元 月 咖啡美国VPS[主机]
- 优惠 80VPS→香港 Cera 机房 直连内地 5 折优惠 2 核 2香港VPS[主机]
- 劳动节 raksmart→美国(西海岸)独立服务器 优化线路 低至$46独立服务器[U]
- racknerd→St. Patrick’s Day $32 年 KVM全球[VPS测评]
- tmhhost→优质线路 建站 VPS 香港 cn2 日本软银 美国高防日本VPS[主机]
- 疯狂猜成语 图猜成语一根羽毛和一只角是什么成语?全球[VPS测评]
- 劳动节 racknerd→高配便宜 VPS $29 年 KVM 虚拟 V全球[VPS测评]
- dedecms 默认文档点击数修改 dedecms 默认文档点击数范围全球[VPS测评]
- WordPress博客网站代码实现右键菜单功能修改全球[VPS测评]
- WordPress插件:The Paste方便图片粘贴上传全球[VPS测评]
- iozoom 云 VPS 月付5刀 Cloud 1GB 套餐详细评测全球[VPS测评]
- Cloudxtiny-早春 VPS 优惠 2.99 美元 月 2Core全球[VPS测评]
- BuyVM → 拉斯维加斯 性能充足 无限流量 → 2美金每月全球[VPS测评]
- DediPath → 1G内存 100G SSD 储存 100Mbps 全球[VPS测评]
- 快速云:怎么连接vps?VPS的用途有哪些?全球[VPS测评]
- 谷歌浏览器网址如何显示http,www,Chrome谷歌浏览器恢复地址栏全球[VPS测评]
- 青云互联:年终特惠香港弹性云服务器15元/月起,可自定义配置,可选winWINDOWS
- UCloud优刻得云服务器建站教程:香港云服务器购买优惠方法香港VPS[主机]
- 云服务器和服务器各有什么优缺点?全球[VPS测评]
- 阿里行癫:如何理解当下的云计算全球[VPS测评]
- 什么是VPS?国内VPS有哪些?全球[VPS测评]
- MoeCloud:香港BGP云服务器,512MB内存/10GB空间/1T虚拟空间(主机)
- 碳氧云,香港vps路由调整为沙田cn2,特价款6核6G仅80元/月香港VPS[主机]
- HostHatch:1核/2GB/20GB空间/KVM/香港/洛杉矶/纽虚拟空间(主机)
- 八点云主机怎么样?香港2核4G5M带宽云主机,98元/月;国内4核8G云香港VPS[主机]
- 云服务器都是有哪些特点?全球[VPS测评]
转载请注明原文地址:http://140.238.13.167:12355/read-214160.html











