I'm using the Validate plugin for a contact form (
see it here) but can't figure out how to get it to work so that it runs the validation when the user tabs away from the field (and either displays the error message if there's a problem, or clears the error message if there WAS a problem but now the field passes validation).
Is there anything special I need to do to get this to work?
Thanks,
- John
P.S... using jQuery v1.6.1 and Validator v1.9.0
P.P.S... the form DOES validate/re-validate a textarea (while typing, even), but not just plain text fields.