easyui 在IE9不兼容问题的临时解决方案

来源:互联网 发布:淘宝为什么下载不了 编辑:程序博客网 时间:2024/04/30 20:00

easyui 或extjs 在IE 9不兼容可以用以下代码解决

<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" content="ie=edge"/>

其中

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" content="ie=edge"/>

必须放在head第一行


0 0