Shripad Krishna
Shripad Krishna

Reputation: 10498

JQuery LiveValidations with Rails

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

Answers (1)

RedWolves
RedWolves

Reputation: 10395

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

Upvotes: 1

Related Questions