如何获取动态复选框的值?
在android PhoneGap应用程序中,我动态地创建了带有问题和选项(复选框)的div(每个问题有三个或四个复选框)。我有一个提交按钮。
现在我想在单击按钮时获取问题和所选选项的值。
怎么做呢?
请帮助我。提前致谢。
In android phonegap application ,I created div with questions and options(chechbox) dynamically(each question have three or four checkbox).I have one submit button.
Now I want to get value of question and selected option while clicking the button.
How to do that?
Please help me.Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
试试这个:
try this:
使用它来获取选中的选项
或使用过滤器代替:
获取所有值:
use this to get the checked option
or use filter instead :
to get all values :
我一直在寻找完全相同的东西。我尝试了 Yorgo 的答案,但没有成功。它只需要对我有用的小
调整
。
I was looking for the exact same thing. I tried the answer by Yorgo, but it was not working. It just required a small tweaking
using
worked for me.
将返回 true 或 false
will return true or false