SORRY - the word [jQuery Validation Plugin] was supposed to appear in the title, but didn't.
To restate the problem: When I validate a form using the jQuery Validation Plugin, when it comes across a form element that doesn't validat, it does 2 things: 1. Adds, or shows the corresponding error <label> tag, and 2. Adds the "error" class to the form element. I only want to do the first action, and I don't want the form element to be altered. Is this possible? Thanks, Dave