如何使用 HTML::FormFu 进行 jQuery AJAX 表单验证?
有没有我可以看一下使用 HTML::FormFu 进行 AJAX 表单验证的示例和提交? 我真的不想将验证例程编写三次(一次在 JS 中,一次在 FormFu 约束中,一次在 DBIC 模型中),所以我真的很喜欢一种与 HTML::FormFu::Model::DBIC 集成的方法如果可能的话。
Are there any examples I can look at that use HTML::FormFu with AJAX form validation and submission? I would really not like to write my validation routines three times (once in JS, once in FormFu constraints, and once in DBIC models), so I'd really like a way that's integrated with HTML::FormFu::Model::DBIC if possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 JQuery 验证引擎将表单提交给 PHP,并在需要任何验证时返回精美的错误框。 看一下这个链接:JQuery 验证
Use JQuery Validation Engine that submits form to PHP and returns the fancy error boxes if there is any validation required. Have a look at this link: JQuery Validation