MVC Jquery Validation not clear after jquery 1.9

MVC Jquery Validation not clear after jquery 1.9

Using
MVC 4, .net 4.5, jquery 1.9.0, jquery.validate, jquery.validate.unobtrusive

When I have an input using validation the class="input-validation-error" does not clear after the erroring condition is fixed.
I tested this with the datepicker and with a regular expression check.

I uninstalled jquery 1.9.0 and installed 1.8.x and it works.

I noticed that sometimes inputs have class's of input-validation-error and sometimes of field-validation-error.

I somewhat suspect the .removeClass is being called with the wrong  class name. But I'm not smart enought to know for sure.











    • Topic Participants

    • peper