gpt4 book ai didi

javascript - html5 内容未在 JavascriptMVC+Modernizr 中设置样式

转载 作者:搜寻专家 更新时间:2023-10-31 08:49:12 24 4
gpt4 key购买 nike

我正在使用 Modernizr 和 JavascriptMVC。
Modernizr 在头部。
<script src="./resources/js/modernizr-1.6.min.js"></script>

在关闭 body 之前偷走:
<script type='text/javascript' src='../steal/steal.js?formcms,development'></script>

当我像这样在 Controller 中添加一些 html5 内容时: $('body').append(this.view('header'))
它没有样式。
在 JavascriptMVC 的 View 中添加 html5 元素后,是否有样式的解决方案?我正在使用 IE6。

最佳答案

使用innerShiv .

<script src="http://jdbartlett.github.com/innershiv/innershiv.js" type="text/javascript"></script>

然后

$('body').append(innerShiv(this.view('header'))); 

关于javascript - html5 内容未在 JavascriptMVC+Modernizr 中设置样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4606893/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com