Can jquery determine the status of an asp.net validation control?
I'm developing in asp.net 4.0 using VS 2010. I don't want to replace my client side validation with jquery validation, I just want to be able to use CSS to change styles and classes of something other then the input control being validated if validation succeeds or fails. Doing this server side is easy, can I do it client side? Can jquery determine the status of asp.net validation controls?
http://msdn.microsoft.com/en-us/library/aa479045.aspx#aspplusvalid_clientside which seemed to contain my answer in the Bypassing Client Validation / Special effects section, but it only works in IE!
Diane