我在web表单中使用了jQuery-Validation-Engine v2.6.1,它在Firefox中运行得很好。我刚刚在Internet Explorer10中测试了它,但验证根本不起作用。我注意到包中包含的index.html文件表明它支持(IE6-8、Chrome、Firefox、Safari、Opera10)。
在IE9和IE10中有没有什么更新或者其他东西可以让它工作?
谢谢!
发布于 2013-08-13 02:27:34
您可以将此meta添加到head部分
<!--[if gt IE 8]>
<meta http-equiv="x-ua-compatible" content="IE=8">
<![endif]-->https://stackoverflow.com/questions/18193992
复制相似问题