。使用IE9并在不工作之前加载到#div

时间:2013-06-16 17:10:13

标签: jquery html internet-explorer-9 jquery-load

我在Wordpress的模板页面上有这段代码,在IE10中运行正常,而其他任何浏览器都不是IE。

在页面文件中:

<div class="postcontent">
<?php the_content( 'Read more &raquo;' ); ?>
<div id='include-from-outside'></div>
<script type='text/javascript'>
$('#include-from-outside').load('https://dl.dropboxusercontent.com/u/761149/test.html');
</script> 

在头文件中我放置了jquery引用:

<script type='text/javascript' src='../../js/jquery.min.js?ver=1.4'></script>

我找到了一些使用.get命令的解决方案,但我尝试应用它,它似乎也没有用。

到目前为止,这种使用jquery在div中加载页面的方法我还没有找到适用于IE9或更早版本的解决方案。

如果我忽略了答案,我很抱歉。我是jQuery的新手,因此将相关问题的类似解决方案结合起来有点困难。

干杯!

0 个答案:

没有答案