An event for when xVal validation fails?

Posted by Dusda on Stack Overflow See other posts from Stack Overflow or by Dusda
Published on 2010-03-26T21:05:34Z Indexed on 2010/03/27 0:53 UTC
Read the original article Hit count: 391

Filed under:
|
|

I have a registration form leveraging xVal to handle all validation on the form. It works really well, with one exception: the user doesn't get feedback because another element on the page (a tip telling the user that their username will be their email address) draws on top of the span element xVal spits out when it notices a problem.

If I had a way to detect when xVal has a problem with the email field, I could just toggle the visibility of that tooltip and be on my way, but I'm not sure how to do so. I know that xVal uses jquery.validate.js under the hood; is there an event or something I could tie into to do this?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-validate