Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果表单元素的验证失败,我如何调用函数。如果验证期间发生错误,我的目标是在页面上显示其他项目。我正在使用不显眼的表单验证。最好在表单元素标签上定义一个额外的数据元素,如 data-error-callback 或类似的东西。
有没有办法挂钩验证过程以使其正常工作?
谢谢
也许这个链接可以帮助你 - 这是一个名为 JQuery Validation Hook 的项目,它
添加挂钩到 jQuery.validate 的表单/元素验证方法(通过 trigger())
https://gist.github.com/remi/957732