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
- 劳动节 aquanx→美国硅谷机房 独立服务器 $39 月起 100M 独立服务器[U]
- Gnu Host→£5 月 50GB SSD 空间 不限流量 不限绑定域虚拟空间(主机)
- [黑五]TripodCloud→圣何塞 CN2 GIA 线路 VPS 八全球[VPS测评]
- HoRain 日本 新加坡 G 口 VPS 上线,AWS 轻量实例,1 日本VPS[主机]
- GigsGigsCloud 日本 cn2 gia vps 仅$7.3 起日本VPS[主机]
- php 怎么判断字符串中是否包含指定的字符或字符串全球[VPS测评]
- AlphaRacks→已合并 WootHosting NFPHostin全球[VPS测评]
- 免费 SSL 证书汇总收集整理全球[VPS测评]
- 身首是什么成语?全球[VPS测评]
- WordPress根据最后一次评论时间判断是否显示评论者链接全球[VPS测评]
- 如何注册解析.tk,.ml,.ga,.cf,.gq等免费域名全球[VPS测评]
- WordPress网站通过设置WP-Cron 定时任务删除恶意注册用户全球[VPS测评]
- 如何在WordPress博客实现历史上的今天的小功能全球[VPS测评]
- UOvz → 1 核心 1G 内存 500G 流量 50Mbps 带宽全球[VPS测评]
- CloudCone 512M 内存 10G SSD 500G流量 洛杉矶全球[VPS测评]
- 持续高温!长沙所有初中新生停止军训!全球[VPS测评]
- earidc怎么样?香港三网cn2vps带宽1M月付29元香港VPS[主机]
- 金斗云怎么样?香港CN2月付23元,圣何塞CN2月付22元香港VPS[主机]
- 云服务器能干什么?有几十种玩法?阿里云,腾讯云服务器如何购买?全球[VPS测评]
- 中国跨境电商,如何掘金欧洲市场?全球[VPS测评]
- 众创逸云:1核2G云服务器,不限流量vps/5Mbps/KVM/香港CN香港VPS[主机]
- jquery css3实现的进度条动画特效,带加载进度条百分比动态效果。全球[VPS测评]
- 30个美容院抖音唯美文案,看到就直接拿去发吧全球[VPS测评]
- Ubuntu关机命令是什么?Ubuntu关机命令介绍全球[VPS测评]
- 数据中心助力光纤光缆行业发展全球[VPS测评]
- 云计算拯救互联网巨头:谁抢跑,谁追赶?全球[VPS测评]
- UCloud:全球31个机房全球云服务器大促,香港2核4G低至485元/日本VPS[主机]
- 六六云:1核/1GB/20GB硬盘/500GB流量/30Mbps/KVM香港VPS[主机]
- 情画数据:香港沙田CN2云服务器,2核/2G/5M带宽,年付200元香港VPS[主机]
- 56云服务器怎么样?56云服务器价格和优势是什么?全球[VPS测评]
转载请注明原文地址:http://140.238.13.167:12355/read-220164.html











