<?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>「控制函数队列」的迴響</title>
	<atom:link href="http://shawphy.com/2009/04/my-queue.html/feed" rel="self" type="application/rss+xml" />
	<link>http://shawphy.com/2009/04/my-queue.html</link>
	<description>关注HTML,CSS,JavaScript,jQuery等前端开发</description>
	<lastBuildDate>Mon, 26 Jul 2010 06:25:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>由：showhy</title>
		<link>http://shawphy.com/2009/04/my-queue.html/comment-page-1#comment-1940</link>
		<dc:creator>showhy</dc:creator>
		<pubDate>Mon, 26 Oct 2009 07:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://shawphy.com/?p=157#comment-1940</guid>
		<description>你的代码中这个地方的判断fn是否为数组是不可靠的
if(fn[0]){...do some thing}
例如：
var a = {};
a[0] = 1;
alert(Object.prototype.toString.call(a));
alert(a[0]);</description>
		<content:encoded><![CDATA[<p>你的代码中这个地方的判断fn是否为数组是不可靠的<br />
if(fn[0]){&#8230;do some thing}<br />
例如：<br />
var a = {};<br />
a[0] = 1;<br />
alert(Object.prototype.toString.call(a));<br />
alert(a[0]);</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Shawphy</title>
		<link>http://shawphy.com/2009/04/my-queue.html/comment-page-1#comment-593</link>
		<dc:creator>Shawphy</dc:creator>
		<pubDate>Sun, 05 Apr 2009 16:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://shawphy.com/?p=157#comment-593</guid>
		<description>很可能ie8把右键点击也认为是触发click事件了
我测试下来，ie6和chrome是不会停止的，firefox 3是会停止脚本的。</description>
		<content:encoded><![CDATA[<p>很可能ie8把右键点击也认为是触发click事件了<br />
我测试下来，ie6和chrome是不会停止的，firefox 3是会停止脚本的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Darcy</title>
		<link>http://shawphy.com/2009/04/my-queue.html/comment-page-1#comment-592</link>
		<dc:creator>Darcy</dc:creator>
		<pubDate>Sun, 05 Apr 2009 16:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://shawphy.com/?p=157#comment-592</guid>
		<description>发现一个有趣的问题,如果队列在执行中,IE8中点击右键,这个脚本会停止,无论我右键的菜单停留了多长时间.其他浏览器还没测试,估计应该是settimeout的本质问题了</description>
		<content:encoded><![CDATA[<p>发现一个有趣的问题,如果队列在执行中,IE8中点击右键,这个脚本会停止,无论我右键的菜单停留了多长时间.其他浏览器还没测试,估计应该是settimeout的本质问题了</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：jQuery中queue和dequeue的用法 &#124; 走走停停看看</title>
		<link>http://shawphy.com/2009/04/my-queue.html/comment-page-1#comment-588</link>
		<dc:creator>jQuery中queue和dequeue的用法 &#124; 走走停停看看</dc:creator>
		<pubDate>Sun, 05 Apr 2009 09:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://shawphy.com/?p=157#comment-588</guid>
		<description>[...] 如果没有使用jQuey库，也可以自己写段简易代码来解决这个问题。见控制队列函数 [...]</description>
		<content:encoded><![CDATA[<p>[...] 如果没有使用jQuey库，也可以自己写段简易代码来解决这个问题。见控制队列函数 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
