开发者

Problem to load css with jquery in IE8

开发者 https://www.devze.com 2023-03-03 16:52 出处:网络
I have a problem loading css with ajax, when I execute ajax in explorer and in the response i have this in the html

I have a problem loading css with ajax, when I execute ajax in explorer and in the response i have this in the html

<sty开发者_StackOverflow社区le media="all" type="text/css">
    @import "/resources/calendar/calendar.css";
</style>

jQuery dont execute the request in explorer 8.


Have you tried doing something like this?

<link rel="stylesheet" type="text/css" href="urlToStylesheet.css">

The standard way of loading an external stylesheet?

0

精彩评论

暂无评论...
验证码 换一张
取 消