I want my errors to float above, left-justified, the input field that doesn’t validate. How can I do this?
If I can’t, how can I turn the errors off? I still want the fields to validate (and highlight on error), but not for the actual error messages to display. I couldn’t seem to find anything in the jQuery docs that would let me turn them on/off… ??
You want the errorPlacement option, and perhaps errorContainer and errorElement for further customization.
See http://docs.jquery.com/Plugins/Validation/validate#toptions