<?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: Updates to the jQuery Tutorials</title>
	<atom:link href="http://15daysofjquery.com/updates-to-the-jquery-tutorials/42/feed/" rel="self" type="application/rss+xml" />
	<link>http://15daysofjquery.com/updates-to-the-jquery-tutorials/42/</link>
	<description>Examples and tutorials to help you learn JQuery</description>
	<lastBuildDate>Fri, 03 Feb 2012 16:09:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: 1234123</title>
		<link>http://15daysofjquery.com/updates-to-the-jquery-tutorials/42/#comment-282996</link>
		<dc:creator>1234123</dc:creator>
		<pubDate>Wed, 09 Nov 2011 09:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/?p=42#comment-282996</guid>
		<description>??????????</description>
		<content:encoded><![CDATA[<p>??????????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JoeFlash</title>
		<link>http://15daysofjquery.com/updates-to-the-jquery-tutorials/42/#comment-267282</link>
		<dc:creator>JoeFlash</dc:creator>
		<pubDate>Mon, 10 Oct 2011 18:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/?p=42#comment-267282</guid>
		<description>For your Table Striping I have a call I use that avoids a number of the limitations that the simple one has.

jQuery(&quot;table &gt; tbody&quot;).each(function(){ jQuery(&quot;&gt; tr&quot;, this).removeClass(&quot;odd&quot;).filter(&quot;:nth-child(odd)&quot;).addClass(&quot;odd&quot;); });

This will stripe every table body (tbody) individually. First by removing the existing striping and then adding the class &#039;odd&#039; to each body odd row.

To apply this to specific tables (using the &#039;stripeme&#039; class from your example) use:

jQuery(&quot;.stripeme &gt; tbody&quot;).each(function(){ jQuery(&quot;&gt; tr&quot;, this).removeClass(&quot;odd&quot;).filter(&quot;:nth-child(odd)&quot;).addClass(&quot;odd&quot;); });

This will only apply striping to the body sections of the specific targeted table (not any nested tables) and will stripe each body individually, restarting the indexing at each tbody. If you instead want to stripe even rows replace the three words &#039;odd&#039; with &#039;even&#039; and style an &#039;even&#039; class.</description>
		<content:encoded><![CDATA[<p>For your Table Striping I have a call I use that avoids a number of the limitations that the simple one has.</p>
<p>jQuery(&#8220;table &gt; tbody&#8221;).each(function(){ jQuery(&#8220;&gt; tr&#8221;, this).removeClass(&#8220;odd&#8221;).filter(&#8220;:nth-child(odd)&#8221;).addClass(&#8220;odd&#8221;); });</p>
<p>This will stripe every table body (tbody) individually. First by removing the existing striping and then adding the class &#8216;odd&#8217; to each body odd row.</p>
<p>To apply this to specific tables (using the &#8216;stripeme&#8217; class from your example) use:</p>
<p>jQuery(&#8220;.stripeme &gt; tbody&#8221;).each(function(){ jQuery(&#8220;&gt; tr&#8221;, this).removeClass(&#8220;odd&#8221;).filter(&#8220;:nth-child(odd)&#8221;).addClass(&#8220;odd&#8221;); });</p>
<p>This will only apply striping to the body sections of the specific targeted table (not any nested tables) and will stripe each body individually, restarting the indexing at each tbody. If you instead want to stripe even rows replace the three words &#8216;odd&#8217; with &#8216;even&#8217; and style an &#8216;even&#8217; class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gugum</title>
		<link>http://15daysofjquery.com/updates-to-the-jquery-tutorials/42/#comment-234577</link>
		<dc:creator>gugum</dc:creator>
		<pubDate>Thu, 11 Aug 2011 07:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/?p=42#comment-234577</guid>
		<description>hey, man....
before you add another tutorial...
please share some light up into the older tutorial provided

http://15daysofjquery.com/table-striping-made-easy/

because the links of the tutorial over there is dead already.... OMG.</description>
		<content:encoded><![CDATA[<p>hey, man&#8230;.<br />
before you add another tutorial&#8230;<br />
please share some light up into the older tutorial provided</p>
<p><a href="http://15daysofjquery.com/table-striping-made-easy/" rel="nofollow">http://15daysofjquery.com/table-striping-made-easy/</a></p>
<p>because the links of the tutorial over there is dead already&#8230;. OMG.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: art</title>
		<link>http://15daysofjquery.com/updates-to-the-jquery-tutorials/42/#comment-230558</link>
		<dc:creator>art</dc:creator>
		<pubDate>Thu, 28 Jul 2011 05:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/?p=42#comment-230558</guid>
		<description>who ?</description>
		<content:encoded><![CDATA[<p>who ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sd</title>
		<link>http://15daysofjquery.com/updates-to-the-jquery-tutorials/42/#comment-221150</link>
		<dc:creator>sd</dc:creator>
		<pubDate>Sat, 25 Jun 2011 07:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/?p=42#comment-221150</guid>
		<description>sadsa</description>
		<content:encoded><![CDATA[<p>sadsa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fff</title>
		<link>http://15daysofjquery.com/updates-to-the-jquery-tutorials/42/#comment-207685</link>
		<dc:creator>fff</dc:creator>
		<pubDate>Mon, 18 Apr 2011 16:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/?p=42#comment-207685</guid>
		<description>alfaf</description>
		<content:encoded><![CDATA[<p>alfaf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: art</title>
		<link>http://15daysofjquery.com/updates-to-the-jquery-tutorials/42/#comment-207228</link>
		<dc:creator>art</dc:creator>
		<pubDate>Fri, 15 Apr 2011 17:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/?p=42#comment-207228</guid>
		<description>hi?are you OK?</description>
		<content:encoded><![CDATA[<p>hi?are you OK?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adf</title>
		<link>http://15daysofjquery.com/updates-to-the-jquery-tutorials/42/#comment-198356</link>
		<dc:creator>adf</dc:creator>
		<pubDate>Wed, 09 Feb 2011 08:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/?p=42#comment-198356</guid>
		<description>asfdaf</description>
		<content:encoded><![CDATA[<p>asfdaf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SEO</title>
		<link>http://15daysofjquery.com/updates-to-the-jquery-tutorials/42/#comment-194675</link>
		<dc:creator>SEO</dc:creator>
		<pubDate>Sat, 15 Jan 2011 17:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/?p=42#comment-194675</guid>
		<description>Just let me know ?</description>
		<content:encoded><![CDATA[<p>Just let me know ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shijiemingxin.com</title>
		<link>http://15daysofjquery.com/updates-to-the-jquery-tutorials/42/#comment-192683</link>
		<dc:creator>shijiemingxin.com</dc:creator>
		<pubDate>Thu, 30 Dec 2010 01:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/?p=42#comment-192683</guid>
		<description>asdasdasdasdasdasda</description>
		<content:encoded><![CDATA[<p>asdasdasdasdasdasda</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qqqqqqq</title>
		<link>http://15daysofjquery.com/updates-to-the-jquery-tutorials/42/#comment-187052</link>
		<dc:creator>qqqqqqq</dc:creator>
		<pubDate>Thu, 04 Nov 2010 12:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/?p=42#comment-187052</guid>
		<description>4u trhrt ht ht</description>
		<content:encoded><![CDATA[<p>4u trhrt ht ht</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua</title>
		<link>http://15daysofjquery.com/updates-to-the-jquery-tutorials/42/#comment-186977</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Wed, 03 Nov 2010 11:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/?p=42#comment-186977</guid>
		<description>Test thing...</description>
		<content:encoded><![CDATA[<p>Test thing&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walter Earnshaw</title>
		<link>http://15daysofjquery.com/updates-to-the-jquery-tutorials/42/#comment-178244</link>
		<dc:creator>Walter Earnshaw</dc:creator>
		<pubDate>Tue, 16 Feb 2010 22:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/?p=42#comment-178244</guid>
		<description>A really comprehensive set of jQuery tutorials
At last I am sure, with your help and info, I will be able to
understand what it is all about.

Thanx Pal</description>
		<content:encoded><![CDATA[<p>A really comprehensive set of jQuery tutorials<br />
At last I am sure, with your help and info, I will be able to<br />
understand what it is all about.</p>
<p>Thanx Pal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ??????</title>
		<link>http://15daysofjquery.com/updates-to-the-jquery-tutorials/42/#comment-121610</link>
		<dc:creator>??????</dc:creator>
		<pubDate>Thu, 22 Jan 2009 16:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/?p=42#comment-121610</guid>
		<description>???????! ?????????? ??????! ????????? ? ???????????? ?? GOOGLE!</description>
		<content:encoded><![CDATA[<p>???????! ?????????? ??????! ????????? ? ???????????? ?? GOOGLE!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnnyking39</title>
		<link>http://15daysofjquery.com/updates-to-the-jquery-tutorials/42/#comment-118631</link>
		<dc:creator>johnnyking39</dc:creator>
		<pubDate>Wed, 14 Jan 2009 01:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/?p=42#comment-118631</guid>
		<description>learn jquery</description>
		<content:encoded><![CDATA[<p>learn jquery</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Okunmuyide</title>
		<link>http://15daysofjquery.com/updates-to-the-jquery-tutorials/42/#comment-97654</link>
		<dc:creator>David Okunmuyide</dc:creator>
		<pubDate>Fri, 17 Oct 2008 21:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/?p=42#comment-97654</guid>
		<description>When I got this notification I flew down here to this site. If you are still preparing them hurry please Jack. I can&#039;t wait.</description>
		<content:encoded><![CDATA[<p>When I got this notification I flew down here to this site. If you are still preparing them hurry please Jack. I can&#8217;t wait.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: havoc</title>
		<link>http://15daysofjquery.com/updates-to-the-jquery-tutorials/42/#comment-97585</link>
		<dc:creator>havoc</dc:creator>
		<pubDate>Wed, 15 Oct 2008 20:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/?p=42#comment-97585</guid>
		<description>Yay! Good to see you back on track! Woohoo!</description>
		<content:encoded><![CDATA[<p>Yay! Good to see you back on track! Woohoo!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

