0

可能重复:
在 IE8 中意外缓存 AJAX 结果

我正在使用 jquery / ajax 从我网站上的另一个页面引入数据。

代码是...

 <script type="text/javascript">
   $(document).ready(function() {
     $.ajaxSetup({ cache: false }); 
     setInterval(function() {
     $('#homenews').load('investor/news_releases.php #content_wide .newspost:lt(2)');
     }, 3000); 
   });
</script>

在其他浏览器中工作正常,但不是 IE。

有任何想法吗?

4

0 回答 0