[jQuery] [Validate] Customize Error Labels

[jQuery] [Validate] Customize Error Labels


Hi,
I need help with the Validation plugin. I want to disable the
generated error labels and I need to find a way to add the class
"error" to existing form labels instead. Currently I don't use it and
simply want to add highlighting to the existing fields and labels.
My forms already contain fields with corresponding labels (using the
basic "for" - "id" relationship). And all i need to do now is to add
the class "error" to these labels if the corresponding fields has
errors.
Sorry if this question have been asked before.
Thx