I'm using a class for input fields to control their style. Now I want to use the jQuery validate plugin which needs the class to be 'required'. Is it possible to chain multiple classes? Here's what isn't working:
<input type=text id=Example class="requred textInput">
idandtypealso.iin therequiredclass name..