jquery validation plugin - different treatment for display errors vs. clearing errors
- by RyOnLife
I am using the popular jQuery Validation Plugin. It's very flexible with regards to when validations are run (onsubmit, onfocusout, onkeyup, etc.).
When validations do run, as appropriate, errors are both displayed and cleared.
Without hacking the plugin core, I'd like a way to split the behavior so:
Errors are only displayed onsubmit
But if…