0

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?

1 Answer 1

1

Why not use the jQuery Validation plugin to handle this at the submit event?

Sign up to request clarification or add additional context in comments.

2 Comments

Actually it already does that. I just don't want it checking on every keypress. How do i disable that?
on keypress of each input element call jquery validation method element(). look it up this allows you to call validation code 1 element at a time

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.