<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: jQuery中禁用缓存</title>
	<atom:link href="http://shenfei.me/jquery-to-disable-caching.html/feed" rel="self" type="application/rss+xml" />
	<link>http://shenfei.me/jquery-to-disable-caching.html</link>
	<description>Sparkle my ideas</description>
	<lastBuildDate>Mon, 05 Dec 2011 05:52:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: lee</title>
		<link>http://shenfei.me/jquery-to-disable-caching.html/comment-page-1#comment-2802</link>
		<dc:creator>lee</dc:creator>
		<pubDate>Fri, 05 Aug 2011 03:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.isparkle.cn/?p=427#comment-2802</guid>
		<description>呵呵，我最近也碰到这个问题了，我用的是jQuery 1.4.4和jQuery UI 1.8.8，在IE6、7、8版本中都有这个问题，非IE浏览器中没有任何问题，一开始我以为是jQuery UI 1.8.8版本的问题，当我升级到jQuery UI 1.8.14后问题依旧。崩溃ing，于是google，还好发现博主你这篇文章，然后我试着在ajaxOptions中加入cache:false，然后再测试IE6、7、8，问题修复了！！！
    &lt;!-- 修改后的代码如下 --&gt;
    
    &lt;!--
    jQuery(document).ready(function() {
        $(&quot;#tabs&quot;).tabs({
        	ajaxOptions: {
        		cache:false,
        		error: function(xhr, status, index, anchor) {
        			$(anchor.hash).html(&quot;暂无报表选项卡内容，请新建本部门首页报表内容！&quot;);
        		}
        	}
        });
    });
    //--&gt;
    

感谢博主！~终于解决了这个让我差点吐血的问题！~</description>
		<content:encoded><![CDATA[<p>呵呵，我最近也碰到这个问题了，我用的是jQuery 1.4.4和jQuery UI 1.8.8，在IE6、7、8版本中都有这个问题，非IE浏览器中没有任何问题，一开始我以为是jQuery UI 1.8.8版本的问题，当我升级到jQuery UI 1.8.14后问题依旧。崩溃ing，于是google，还好发现博主你这篇文章，然后我试着在ajaxOptions中加入cache:false，然后再测试IE6、7、8，问题修复了！！！<br />
    <!-- 修改后的代码如下 --></p>
<p>    &lt;!&#8211;<br />
    jQuery(document).ready(function() {<br />
        $(&quot;#tabs&quot;).tabs({<br />
        	ajaxOptions: {<br />
        		cache:false,<br />
        		error: function(xhr, status, index, anchor) {<br />
        			$(anchor.hash).html(&quot;暂无报表选项卡内容，请新建本部门首页报表内容！&#8221;);<br />
        		}<br />
        	}<br />
        });<br />
    });<br />
    //&#8211;&gt;</p>
<p>感谢博主！~终于解决了这个让我差点吐血的问题！~</p>
]]></content:encoded>
	</item>
</channel>
</rss>

