admin管理员组文章数量:1426193
While using ParsleyJS to validate my forms, I noticed the validations are performed only after the users clicks the submit button. Is there a way to perform the validation while the user is typing the input? Something like an onkeyup() event.
While using ParsleyJS to validate my forms, I noticed the validations are performed only after the users clicks the submit button. Is there a way to perform the validation while the user is typing the input? Something like an onkeyup() event.
Share Improve this question edited Aug 18, 2016 at 14:32 Hillel Garcia asked Aug 18, 2016 at 14:26 Hillel GarciaHillel Garcia 1091 silver badge12 bronze badges 1- please share the program you used, and errors. – Sachith Muhandiram Commented Aug 18, 2016 at 14:45
2 Answers
Reset to default 7Try This data-parsley-trigger="keyup"
Set the trigger
option to 'input'
.
本文标签: javascriptValidate with parsleyjs onkeyupStack Overflow
版权声明:本文标题:javascript - Validate with parsleyjs onkeyup - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745398198a2656912.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论