[jQuery] [validate] adding different class for only 1 error element?

[jQuery] [validate] adding different class for only 1 error element?


Hi,
i would like adding all errors the call .inlineError ... Simply done
with
    $("#UserAddForm").validate({
            errorClass: "inlineError"
         }
    });
Is it possible adding to one Element the class .error, all
others .inlineError ?
Regards,
AxlF