用于表单的 Bootstrap.css 和 jquery 验证插件
我正在尝试将 bootstrap 与 jquery 验证插件一起使用,但是当我尝试使用 bootstrap 时,错误标签会放在表单中的条目前面(将条目推到右侧)。其次,验证仅适用于表单的第一个字段。
I'm trying to use bootstrap with the jquery validation plugin but when I try to use bootstrap the error labels get put in front of the entries in my forms (pushing the entry to the right). Secondly the validation only works on the first field of the form.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
表单的“表单堆叠”类似乎符合我的要求。
"form-stacked" class for forms seemed to work with what I wanted.