Dave Stewart schrieb:
Hello,
I'd rather not use <label> tags for my error messages, as I think
<div>s are less semantically ambiguous.
Is there any way I can change the default functionality?
At the moment I'm placing my own error <div>s manually, but I can't
get them to show unless I change them to <label>s
You can override the label via the errorElement option. See http://docs.jquery.com/Plugins/Validation/validate

Jörn

Reply via email to