jquery中如何获取单选按钮列表的选中值?
我有一个以 id 作为值的单选按钮列表,我想访问 jquery 函数中选定的 id。
I have radio button list which has id as the value, I want to access the selected id in the jquery function.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您的 HTML 如下所示:
您将通过以下方式获取选定的单选值:
If you have HTML that looks like this:
You would get the selected radio value with this:
它将在单击按钮时获取单选按钮的选定值。
列表前
It will get the selected value of the radiobutton at button click.
ex for list