MVC3 unobtrusive validation not working in IE

前端 未结 3 2209
醉梦人生
醉梦人生 2020-12-06 12:33

I have MVC3 app, unobtrusive validation works fine in FireFox, but not working in IE.

Any ideas why?

UPDATE

It seems that jQuery uno

3条回答
  •  执念已碎
    2020-12-06 13:26

    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

提交回复
热议问题