jQuery 验证跳过第二个输入字段

发布于 2024-12-29 21:47:39 字数 210 浏览 0 评论 0原文

我有三个表单字段、两个输入框和一个文本区域。当我在输入任何数据之前点击提交按钮时,我的浏览器显示必须输入第一个输入字段和文本区域,但第二个输入字段被忽略。有谁知道我应该如何解决这个问题?

将代码发布到 http://jsfiddle.net/D5tk4/

谢谢!

I've got three form fields, two inputs and one textarea. When I hit the submit button before entering any data my browser says the first input field and the textarea must be entered, but the second input field is ignored. Does anyone got an idea how I should fix this?

Posted the code on http://jsfiddle.net/D5tk4/

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

吖咩 2025-01-05 21:47:39

您的输入字段具有 id 属性,但没有 name 属性。输入需要具有名称属性。

http://jsfiddle.net/petersendidit/D5tk4/2/

Your input fields have id attributes but not name attributes. Inputs need to have name attributes.

http://jsfiddle.net/petersendidit/D5tk4/2/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文