<?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: Coordinating multiple ajax requests with jquery.when</title>
	<atom:link href="http://lostechies.com/joshuaflanagan/2011/10/20/coordinating-multiple-ajax-requests-with-jquery-when/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/joshuaflanagan/2011/10/20/coordinating-multiple-ajax-requests-with-jquery-when/</link>
	<description></description>
	<lastBuildDate>Thu, 14 Mar 2013 03:50:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: joshuaflanagan</title>
		<link>http://lostechies.com/joshuaflanagan/2011/10/20/coordinating-multiple-ajax-requests-with-jquery-when/#comment-298</link>
		<dc:creator>joshuaflanagan</dc:creator>
		<pubDate>Fri, 22 Feb 2013 15:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/joshuaflanagan/2011/10/20/coordinating-multiple-ajax-requests-with-jquery-when/#comment-298</guid>
		<description>Good catch - fixed! As you can see in the jsfiddle, that line closed the jQuery onReady callback, which wasn&#039;t included in this snippet.</description>
		<content:encoded><![CDATA[<p>Good catch &#8211; fixed! As you can see in the jsfiddle, that line closed the jQuery onReady callback, which wasn&#8217;t included in this snippet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalina Todorova</title>
		<link>http://lostechies.com/joshuaflanagan/2011/10/20/coordinating-multiple-ajax-requests-with-jquery-when/#comment-297</link>
		<dc:creator>Kalina Todorova</dc:creator>
		<pubDate>Fri, 22 Feb 2013 12:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/joshuaflanagan/2011/10/20/coordinating-multiple-ajax-requests-with-jquery-when/#comment-297</guid>
		<description>line 9 should not be really there :) I suppose that is cp fail :) </description>
		<content:encoded><![CDATA[<p>line 9 should not be really there :) I suppose that is cp fail :) </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Feinberg</title>
		<link>http://lostechies.com/joshuaflanagan/2011/10/20/coordinating-multiple-ajax-requests-with-jquery-when/#comment-284</link>
		<dc:creator>David Feinberg</dc:creator>
		<pubDate>Tue, 28 Aug 2012 00:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/joshuaflanagan/2011/10/20/coordinating-multiple-ajax-requests-with-jquery-when/#comment-284</guid>
		<description>with when if one request fails then they all fail. how can you wait for everything to execute even failures?</description>
		<content:encoded><![CDATA[<p>with when if one request fails then they all fail. how can you wait for everything to execute even failures?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HB</title>
		<link>http://lostechies.com/joshuaflanagan/2011/10/20/coordinating-multiple-ajax-requests-with-jquery-when/#comment-264</link>
		<dc:creator>HB</dc:creator>
		<pubDate>Wed, 18 Apr 2012 22:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/joshuaflanagan/2011/10/20/coordinating-multiple-ajax-requests-with-jquery-when/#comment-264</guid>
		<description>Excellent writeup. Thanks a lot. Your explanation clarified this in a way that the docs couldn&#039;t. Thanks again!</description>
		<content:encoded><![CDATA[<p>Excellent writeup. Thanks a lot. Your explanation clarified this in a way that the docs couldn&#8217;t. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: newbreedofgeek</title>
		<link>http://lostechies.com/joshuaflanagan/2011/10/20/coordinating-multiple-ajax-requests-with-jquery-when/#comment-240</link>
		<dc:creator>newbreedofgeek</dc:creator>
		<pubDate>Thu, 01 Mar 2012 06:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/joshuaflanagan/2011/10/20/coordinating-multiple-ajax-requests-with-jquery-when/#comment-240</guid>
		<description> That&#039;s smart and it worked... thanks!


</description>
		<content:encoded><![CDATA[<p> That&#8217;s smart and it worked&#8230; thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://lostechies.com/joshuaflanagan/2011/10/20/coordinating-multiple-ajax-requests-with-jquery-when/#comment-239</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 01 Mar 2012 06:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/joshuaflanagan/2011/10/20/coordinating-multiple-ajax-requests-with-jquery-when/#comment-239</guid>
		<description>I think you would have to do something like:

$.when.apply(this, deferredCollection).done...  (etc)</description>
		<content:encoded><![CDATA[<p>I think you would have to do something like:</p>
<p>$.when.apply(this, deferredCollection).done&#8230;  (etc)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: newbreedofgeek</title>
		<link>http://lostechies.com/joshuaflanagan/2011/10/20/coordinating-multiple-ajax-requests-with-jquery-when/#comment-238</link>
		<dc:creator>newbreedofgeek</dc:creator>
		<pubDate>Thu, 01 Mar 2012 05:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/joshuaflanagan/2011/10/20/coordinating-multiple-ajax-requests-with-jquery-when/#comment-238</guid>
		<description>hi there,

Just a question on this:

I&#039;m trying to send a collection (array) of deferred objects to .when like this:


var deferredCollection = [];
deferredCollection.push(getTweets(&#039;austintexasgov&#039;));
deferredCollection.push(getTweets(&#039;greenling_com&#039;));
deferredCollection.push(getTweets(&#039;themomandpops&#039;));
deferredCollection.push(getTweets(&#039;anotherUserA&#039;));
deferredCollection.push(getTweets(&#039;anotherUserB&#039;));


$.when( deferredCollection).done(function(atxArgs, greenlingArgs, momandpopsArgs, anotherUserAArgs, anotherUserBArgs){   
 	// there is an error here trying to access atxArgs etc    
  });


is it possible to do something like this??

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>hi there,</p>
<p>Just a question on this:</p>
<p>I&#8217;m trying to send a collection (array) of deferred objects to .when like this:</p>
<p>var deferredCollection = [];<br />
deferredCollection.push(getTweets(&#8216;austintexasgov&#8217;));<br />
deferredCollection.push(getTweets(&#8216;greenling_com&#8217;));<br />
deferredCollection.push(getTweets(&#8216;themomandpops&#8217;));<br />
deferredCollection.push(getTweets(&#8216;anotherUserA&#8217;));<br />
deferredCollection.push(getTweets(&#8216;anotherUserB&#8217;));</p>
<p>$.when( deferredCollection).done(function(atxArgs, greenlingArgs, momandpopsArgs, anotherUserAArgs, anotherUserBArgs){   <br />
 	// there is an error here trying to access atxArgs etc   <br />
  });</p>
<p>is it possible to do something like this??</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: newbreedofgeek</title>
		<link>http://lostechies.com/joshuaflanagan/2011/10/20/coordinating-multiple-ajax-requests-with-jquery-when/#comment-237</link>
		<dc:creator>newbreedofgeek</dc:creator>
		<pubDate>Thu, 01 Mar 2012 03:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/joshuaflanagan/2011/10/20/coordinating-multiple-ajax-requests-with-jquery-when/#comment-237</guid>
		<description>Thanks very much for this.. I have been looking for this for a long time. Your example makes it very easy to understand the complicated deferred object articles on the net. Good work.</description>
		<content:encoded><![CDATA[<p>Thanks very much for this.. I have been looking for this for a long time. Your example makes it very easy to understand the complicated deferred object articles on the net. Good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Cohen</title>
		<link>http://lostechies.com/joshuaflanagan/2011/10/20/coordinating-multiple-ajax-requests-with-jquery-when/#comment-211</link>
		<dc:creator>Andrew Cohen</dc:creator>
		<pubDate>Sun, 18 Dec 2011 01:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/joshuaflanagan/2011/10/20/coordinating-multiple-ajax-requests-with-jquery-when/#comment-211</guid>
		<description>very useful.  i didnt realize the arguments passed into the done function provided access to the success callback args.  question; how do you get access to the complete, error, or other ajax callback arguments?</description>
		<content:encoded><![CDATA[<p>very useful.  i didnt realize the arguments passed into the done function provided access to the success callback args.  question; how do you get access to the complete, error, or other ajax callback arguments?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bot2099</title>
		<link>http://lostechies.com/joshuaflanagan/2011/10/20/coordinating-multiple-ajax-requests-with-jquery-when/#comment-209</link>
		<dc:creator>Bot2099</dc:creator>
		<pubDate>Mon, 24 Oct 2011 13:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/joshuaflanagan/2011/10/20/coordinating-multiple-ajax-requests-with-jquery-when/#comment-209</guid>
		<description>I thought it was When, Then, and Done</description>
		<content:encoded><![CDATA[<p>I thought it was When, Then, and Done</p>
]]></content:encoded>
	</item>
</channel>
</rss>
