<?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: While Loop with JQuery</title>
	<atom:link href="http://eligeske.com/jquery/while-loop-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://eligeske.com/jquery/while-loop-with-jquery/</link>
	<description>Good information for the geeky kind.</description>
	<lastBuildDate>Wed, 25 Jan 2012 00:19:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: eligeske</title>
		<link>http://eligeske.com/jquery/while-loop-with-jquery/#comment-199</link>
		<dc:creator>eligeske</dc:creator>
		<pubDate>Tue, 30 Aug 2011 20:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://eligeske.com/?p=217#comment-199</guid>
		<description>The .each function is nice. At the beginning of the post you&#039;ll notice that this is an alternative to that. A while back I was running into issues with the .each that didn&#039;t fire the callback method sequentially. It may have been fixed with newer releases.</description>
		<content:encoded><![CDATA[<p><code>The .each function is nice. At the beginning of the post you&#8217;ll notice that this is an alternative to that. A while back I was running into issues with the .each that didn&#8217;t fire the callback method sequentially. It may have been fixed with newer releases.</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Ferragne</title>
		<link>http://eligeske.com/jquery/while-loop-with-jquery/#comment-196</link>
		<dc:creator>Simon Ferragne</dc:creator>
		<pubDate>Tue, 30 Aug 2011 19:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://eligeske.com/?p=217#comment-196</guid>
		<description>// Use the each() function. You pass a callback as a parameter. You can use it on objects and array as well. 

$(&#039;.container .row&#039;).each(function(){
// Use $(this) to access the element. 
$(this).slideUp(); 
/*Extra code*/
})</description>
		<content:encoded><![CDATA[<p><code>// Use the each() function. You pass a callback as a parameter. You can use it on objects and array as well. </p><p>$(&#8216;.container .row&#8217;).each(function(){<br />// Use $(this) to access the element.<br />$(this).slideUp();<br />/*Extra code*/<br />})</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

