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.
我正在使用 Position Absolute 验证引擎,但只想在表单提交时进行验证。
我怎样才能做到这一点?
这是我找到这个库的链接
解决了这个问题:
$('#form_id').validationEngine({validationEventTrigger: 'submit'});