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?
I am using this plugin: https://github.com/augustl/live-validations/wiki to check if the form field entered is
Share
Why not use the jQuery Validation plugin to handle this at the submit event?