IE8中使用jquery加载css的问题
我在使用ajax加载css时遇到问题,当我在资源管理器中执行ajax并且在响应中我在html
<style media="all" type="text/css">
@import "/resources/calendar/calendar.css";
</style>
jQuery中遇到这个问题时,在资源管理器8中不执行请求。
I have a problem loading css with ajax, when I execute ajax in explorer and in the response i have this in the html
<style media="all" type="text/css">
@import "/resources/calendar/calendar.css";
</style>
jQuery dont execute the request in explorer 8.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你尝试过做这样的事情吗?
加载外部样式表的标准方法?
Have you tried doing something like this?
The standard way of loading an external stylesheet?