<?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 Timeout Function</title>
	<atom:link href="http://www.ryancoughlin.com/2009/01/22/jquery-timeout-function/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryancoughlin.com/2009/01/22/jquery-timeout-function/</link>
	<description></description>
	<lastBuildDate>Fri, 26 Mar 2010 00:04:08 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ryan Coughlin</title>
		<link>http://www.ryancoughlin.com/2009/01/22/jquery-timeout-function/comment-page-1/#comment-596</link>
		<dc:creator>Ryan Coughlin</dc:creator>
		<pubDate>Fri, 26 Mar 2010 00:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryancoughlin.com/?p=399#comment-596</guid>
		<description>Ah! Let me take a look. Did you add it right before the function closes?</description>
		<content:encoded><![CDATA[<p>Ah! Let me take a look. Did you add it right before the function closes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.ryancoughlin.com/2009/01/22/jquery-timeout-function/comment-page-1/#comment-574</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Fri, 29 Jan 2010 16:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryancoughlin.com/?p=399#comment-574</guid>
		<description>Very nice but I think you miss a return $(this); to be valid. Nice page!</description>
		<content:encoded><![CDATA[<p>Very nice but I think you miss a return $(this); to be valid. Nice page!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felipe tonello</title>
		<link>http://www.ryancoughlin.com/2009/01/22/jquery-timeout-function/comment-page-1/#comment-553</link>
		<dc:creator>felipe tonello</dc:creator>
		<pubDate>Tue, 05 Jan 2010 17:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryancoughlin.com/?p=399#comment-553</guid>
		<description>Thank you man! It&#039;s really helpful.</description>
		<content:encoded><![CDATA[<p>Thank you man! It&#8217;s really helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Revillini</title>
		<link>http://www.ryancoughlin.com/2009/01/22/jquery-timeout-function/comment-page-1/#comment-546</link>
		<dc:creator>James Revillini</dc:creator>
		<pubDate>Mon, 30 Nov 2009 15:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryancoughlin.com/?p=399#comment-546</guid>
		<description>http://dev.jquery.com/ticket/4102 &lt;&lt; referred them to your site in existing open enhancement request.</description>
		<content:encoded><![CDATA[<p><a href="http://dev.jquery.com/ticket/4102" rel="nofollow">http://dev.jquery.com/ticket/4102</a> &lt;&lt; referred them to your site in existing open enhancement request.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Revillini</title>
		<link>http://www.ryancoughlin.com/2009/01/22/jquery-timeout-function/comment-page-1/#comment-545</link>
		<dc:creator>James Revillini</dc:creator>
		<pubDate>Mon, 30 Nov 2009 15:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryancoughlin.com/?p=399#comment-545</guid>
		<description>This is brilliant! It should be in the core.  I&#039;m going to make the recommendation.</description>
		<content:encoded><![CDATA[<p>This is brilliant! It should be in the core.  I&#8217;m going to make the recommendation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Green</title>
		<link>http://www.ryancoughlin.com/2009/01/22/jquery-timeout-function/comment-page-1/#comment-493</link>
		<dc:creator>Adrian Green</dc:creator>
		<pubDate>Wed, 24 Jun 2009 01:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryancoughlin.com/?p=399#comment-493</guid>
		<description>Handy snippet. However, it works more fully as the following:

/* create a timeOut function in jQuery */
	jQuery.fn.idle = function(time){
		return this.each(function(){
			var i = $(this);
			i.queue(function(){
				setTimeout(function(){
					i.dequeue();
				}, time);
			});
		});
	};</description>
		<content:encoded><![CDATA[<p>Handy snippet. However, it works more fully as the following:</p>
<p>/* create a timeOut function in jQuery */<br />
	jQuery.fn.idle = function(time){<br />
		return this.each(function(){<br />
			var i = $(this);<br />
			i.queue(function(){<br />
				setTimeout(function(){<br />
					i.dequeue();<br />
				}, time);<br />
			});<br />
		});<br />
	};</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike villa</title>
		<link>http://www.ryancoughlin.com/2009/01/22/jquery-timeout-function/comment-page-1/#comment-460</link>
		<dc:creator>mike villa</dc:creator>
		<pubDate>Thu, 16 Apr 2009 12:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryancoughlin.com/?p=399#comment-460</guid>
		<description>i am looking for someone to take over a web sight i have , and make some changes to it for me. the guy who made it up now works for a big company and is not abel to free lance any more . he had told me it is Ruby on Rails and jQuery. are you able to do this job. thanks</description>
		<content:encoded><![CDATA[<p>i am looking for someone to take over a web sight i have , and make some changes to it for me. the guy who made it up now works for a big company and is not abel to free lance any more . he had told me it is Ruby on Rails and jQuery. are you able to do this job. thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
