Reputation: 10498
I am using this plugin: https://github.com/augustl/live-validations/wiki to check if the form field entered is valid or not. How do i disable the live validation for keypress and instead make it only fire when the submit button is clicked?
Upvotes: 0
Views: 149
Reputation: 10395
Why not use the jQuery Validation plugin to handle this at the submit event?
Upvotes: 1