我有以下代码在所有浏览器上都能很好地工作,但 IE 7 ......
<script type="text/javascript">
$(document).ready(function(){
$('#homenews').load('http://domain.co.uk/investor/test_releases.php .newspost:lt(2)')
});
</script>
有任何想法吗?
非常感谢
当您使用加载 jQuery 函数时,IE7 似乎可以缓存您的代码。
您可以尝试阅读这篇博文,解决问题:
http://zacster.blogspot.it/2008/10/jquery-ie7-load-url-problem.html