我有以下代码在所有浏览器上运行良好但IE 7 ...
<script type="text/javascript">
$(document).ready(function(){
$('#homenews').load('http://domain.co.uk/investor/test_releases.php .newspost:lt(2)')
});
</script>
有什么想法吗?
非常感谢
答案 0 :(得分:1)
当你使用load jQuery函数时,似乎IE7可以缓存你的代码。
您可以尝试阅读此博客文章,解决问题:
http://zacster.blogspot.it/2008/10/jquery-ie7-load-url-problem.html