jQuery Validation Plugin: Invoke errorPlacement function when onfocusout, keyup and click
- by th3hamburgler
Hi,
I am using the jquery validation plugin and want to use the errorPlacement function to add error messages to the fields title attribute and display just a ? next to the field.
This works great when the form is submitted with the submit button but when any of the following events are triggered:
- onfocusout
- click
- onkeyup
The validation…