<?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: [AJAX] 微妙的時間差</title>
	<atom:link href="http://blog.ericsk.org/archives/800/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.ericsk.org/archives/800</link>
	<description>It&#039;s all about ericsk.</description>
	<lastBuildDate>Sun, 14 Mar 2010 13:00:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: 網站製作學習誌 &#187; [Web] 連結分享</title>
		<link>http://blog.ericsk.org/archives/800/comment-page-1#comment-24967</link>
		<dc:creator>網站製作學習誌 &#187; [Web] 連結分享</dc:creator>
		<pubDate>Wed, 25 Nov 2009 02:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericsk.org/archives/800#comment-24967</guid>
		<description>[...] [AJAX] 微妙的時間差 [...]</description>
		<content:encoded><![CDATA[<p>[...] [AJAX] 微妙的時間差 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 網站製作學習誌 &#187; [Web] 連結分享</title>
		<link>http://blog.ericsk.org/archives/800/comment-page-1#comment-24966</link>
		<dc:creator>網站製作學習誌 &#187; [Web] 連結分享</dc:creator>
		<pubDate>Wed, 25 Nov 2009 02:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericsk.org/archives/800#comment-24966</guid>
		<description>[...] ericsk 提到的時間差問題，其實是 JavaScript call stack 的問題，可以利用 setTimeout(&#8230;., 0) [...]</description>
		<content:encoded><![CDATA[<p>[...] ericsk 提到的時間差問題，其實是 JavaScript call stack 的問題，可以利用 setTimeout(&#8230;., 0) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JQuery and BlockUI &#171; 轉折，然後向上</title>
		<link>http://blog.ericsk.org/archives/800/comment-page-1#comment-13527</link>
		<dc:creator>JQuery and BlockUI &#171; 轉折，然後向上</dc:creator>
		<pubDate>Sat, 10 Nov 2007 09:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericsk.org/archives/800#comment-13527</guid>
		<description>[...] 這篇中Javascript那段，有一句話突然讓我豁然開朗： 上次 ericsk 提到的時間差問題，其實是 JavaScript call stack 的問題，可以利用 setTimeout(&#8230;., 0) [...]</description>
		<content:encoded><![CDATA[<p>[...] 這篇中Javascript那段，有一句話突然讓我豁然開朗： 上次 ericsk 提到的時間差問題，其實是 JavaScript call stack 的問題，可以利用 setTimeout(&#8230;., 0) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ericsk</title>
		<link>http://blog.ericsk.org/archives/800/comment-page-1#comment-13403</link>
		<dc:creator>ericsk</dc:creator>
		<pubDate>Tue, 06 Nov 2007 07:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericsk.org/archives/800#comment-13403</guid>
		<description>@jaceju
感謝您的回應，受教了 :)</description>
		<content:encoded><![CDATA[<p>@jaceju<br />
感謝您的回應，受教了 :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaceju</title>
		<link>http://blog.ericsk.org/archives/800/comment-page-1#comment-13402</link>
		<dc:creator>jaceju</dc:creator>
		<pubDate>Tue, 06 Nov 2007 07:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericsk.org/archives/800#comment-13402</guid>
		<description>事實上應該不是時間差的問題，而是 javascript call stack 。

像我們也遇過動態把值塞入下拉選單後，卻沒辦法直接再動態跳到想預設選取的值，這時候 setTimeout(..., 0) 就會派上用場了。

詳細資訊可參考：
http://blog.thinkature.com/index.php/2006/11/26/escaping-the-javascript-call-stack-with-settimeout/</description>
		<content:encoded><![CDATA[<p>事實上應該不是時間差的問題，而是 javascript call stack 。</p>
<p>像我們也遇過動態把值塞入下拉選單後，卻沒辦法直接再動態跳到想預設選取的值，這時候 setTimeout(&#8230;, 0) 就會派上用場了。</p>
<p>詳細資訊可參考：<br />
<a href="http://blog.thinkature.com/index.php/2006/11/26/escaping-the-javascript-call-stack-with-settimeout/" rel="nofollow">http://blog.thinkature.com/index.php/2006/11/26/escaping-the-javascript-call-stack-with-settimeout/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ericsk</title>
		<link>http://blog.ericsk.org/archives/800/comment-page-1#comment-13257</link>
		<dc:creator>ericsk</dc:creator>
		<pubDate>Thu, 01 Nov 2007 15:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericsk.org/archives/800#comment-13257</guid>
		<description>[quote comment=&quot;&quot;]用 setTimeout(XXX_init, 0); 應該也是可以的
似乎跟時間沒有很大的關係[/quote]
大驚...原來還有這種密技 XD</description>
		<content:encoded><![CDATA[<p>[quote comment=""]用 setTimeout(XXX_init, 0); 應該也是可以的<br />
似乎跟時間沒有很大的關係[/quote]<br />
大驚&#8230;原來還有這種密技 XD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ammon</title>
		<link>http://blog.ericsk.org/archives/800/comment-page-1#comment-13256</link>
		<dc:creator>Ammon</dc:creator>
		<pubDate>Thu, 01 Nov 2007 14:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericsk.org/archives/800#comment-13256</guid>
		<description>用 setTimeout(XXX_init, 0); 應該也是可以的
似乎跟時間沒有很大的關係</description>
		<content:encoded><![CDATA[<p>用 setTimeout(XXX_init, 0); 應該也是可以的<br />
似乎跟時間沒有很大的關係</p>
]]></content:encoded>
	</item>
</channel>
</rss>
