I’ve got my dynamic validator working, (its creating a span on invalidation client-side), is there a way to control the styling of the invalid input on client-side val? I want to give it a redish background. Looking for a light-weight simplistic solution but open to all options.
Thanks!
To Exactly quote a previous answer of mine:
This article might help you:
http://msdn.microsoft.com/en-us/library/aa479045.aspx
Particularly this section (look for “Client Side Validation” then under there, “Special Effects”):
There is still some wiring up that needs to be done, which you may be able to tidy up with some jQuery or the like