To start, check out the highlight/unhighlight options: http://docs.jquery.com/Plugins/Validation/validate#toptions
Jörn On Sat, Sep 13, 2008 at 5:10 PM, flycast <[EMAIL PROTECTED]> wrote: > > 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"><br> > > 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? >