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?
Why not use the jQuery Validation plugin to handle this at the submit event?
精彩评论