I have MVC3 app, unobtrusive validation works fine in FireFox, but not working in IE.
Any ideas why?
UPDATE
It seems that jQuery uno
I had a very similar problem to what is being described. Using IE9 (Doc Mode: IE9 Standards) I was receiving script errors, where as it worked in any other browser ( and lower IE doc standards).
I releived the problem by using jquery.validate.js (1.11.0)
With this I could use jQuery-1.9.1.js and MVC3.0 jquery.validate.unobtrusive