在IE9中使用<embed src =“”/>加载jQuery文档无法加载

时间:2013-10-30 10:26:08

标签: jquery internet-explorer-9 document-ready

这里是代码:

<!DOCTYPE>
<html>
<meta http-equiv="X-UA-Compatible" content="IE=9">
<script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
<script>
$(document).ready(function(){
    console.log('document.ready');
})
</script>
</head>
<body>
<embed type="application/x-shockwave-flash" src=""></embed>
</body>
</html>

无法在ie9中加载文档。 如果我在src中添加一些东西,它就可以了。

0 个答案:

没有答案