With VS2010's default MVC3 project template, jQuery version is 1.5.1 and it works fine to support Unobtrusive Validation.
Today I downloaded jQuery 1.7.1 to replace 1.5.1 and Unobtrusive Validation stopped working. The JS files I have in my project are:
- jquery-1.5.1.min.js/jquery-1.7.1.min.js
- jquery.validate.min.js
- jquery.validate.unobtrusive.min.js
I deleted all other JS files.
The only difference in my code is to choose different version of jQuery.
Anybody else experienced same issue?