Is there a way with the JQueryValidation plugin to set the input css class error. This css class is different from the label css error class.
Because if I set : errorClass: "field-validation-error"
That will apply for label and input. I would like input to have "input-validation-error" css class and label to have "field-validation-error" css class.