JQuery LiveValidations with Rails

Posted by Shripad K on Stack Overflow See other posts from Stack Overflow or by Shripad K
Published on 2010-06-03T03:16:29Z Indexed on 2010/06/03 3:24 UTC
Read the original article Hit count: 211

Filed under:
|
|

I am using this plugin: http://wiki.github.com/augustl/live-validations/ 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?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about ruby-on-rails