[jQuery] Validation class question
I am using the validate plugin.
I have the following input that is required:
<label class="required">Last: </label><input type="text"
name="emp_nameLast">
When the field is satisfied I want the required class to be changed to
"satisfied" class so I can make it display differently. If the field
is required then I want itr displayed red, if it has met the validate
requirements than I want it to be black like all the rest.
How would I do this?