JQuery 在表单中选择一个值
有谁知道如何从表单内的文本框/下拉列表/复选框中选择值。
因此,如果我的表单的 ID 为“frm_1”,并且有一个 ID 为“txt”的文本框,如何使用超级 JQuery 获取该值?
我尝试了很多事情,但没有什么可爱的结果。这是链接,我正处于设计阶段,所以请原谅愚蠢的 ID! :O
圣诞快乐!
Does anyone know how to select a value from a textbox/dropdown/checkbox within a form.
So if my form has an ID of "frm_1" and there is a textbox with ID "txt" how can I get that value using super JQuery?
I've tried a number of things but nothing lovely comes out. Here is the link, I'm just in design stage so please excuse the silly IDs! :O
Merry Christmas all!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用
.val()
函数:You could use the
.val()
function: