扫码关注官方订阅号
你们有没有用过easyui?我的项目在IE10正常,IE9布局很混乱,谁有解决办法?我看了easyui和jQuery版本配套的,估计不是jQuery版本问题吧,用的easyui1.4.4+jQuery1.11.3
easyui在IE9下的兼容性问题-PHP中文网问答-easyui在IE9下的兼容性问题-PHP中文网问答
围观一下哦,学习一下。
head下加这个:
<head><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" content="ie=edge"/>
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
扫描下载App
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
easyui在IE9下的兼容性问题-PHP中文网问答-easyui在IE9下的兼容性问题-PHP中文网问答
围观一下哦,学习一下。
head下加这个:
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" content="ie=edge"/>