<?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: How to Create a Table Row Highlighter Using jQuery</title>
	<atom:link href="http://www.devirtuoso.com/2009/06/how-to-create-a-table-row-highlighter-using-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devirtuoso.com/2009/06/how-to-create-a-table-row-highlighter-using-jquery/</link>
	<description>Web Development Wickedness</description>
	<lastBuildDate>Mon, 05 Dec 2011 18:53:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: LimeSpace &#8211; IT &#187; Die Links der Woche &#8211; Urlaub im August</title>
		<link>http://www.devirtuoso.com/2009/06/how-to-create-a-table-row-highlighter-using-jquery/comment-page-1/#comment-237</link>
		<dc:creator>LimeSpace &#8211; IT &#187; Die Links der Woche &#8211; Urlaub im August</dc:creator>
		<pubDate>Sat, 01 Aug 2009 07:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.devirtuoso.com/?p=569#comment-237</guid>
		<description>[...] Tabellen Zeilen mit JQuery &#8220;highlighten&#8221; [...]</description>
		<content:encoded><![CDATA[<p>[...] Tabellen Zeilen mit JQuery &#8220;highlighten&#8221; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: progg.ru</title>
		<link>http://www.devirtuoso.com/2009/06/how-to-create-a-table-row-highlighter-using-jquery/comment-page-1/#comment-213</link>
		<dc:creator>progg.ru</dc:creator>
		<pubDate>Sat, 25 Jul 2009 15:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.devirtuoso.com/?p=569#comment-213</guid>
		<description>&lt;strong&gt;How to Create a Table Row Highlighter Using jQuery...&lt;/strong&gt;

Thank you for submitting this cool story - Trackback from progg.ru...</description>
		<content:encoded><![CDATA[<p><strong>How to Create a Table Row Highlighter Using jQuery&#8230;</strong></p>
<p>Thank you for submitting this cool story &#8211; Trackback from progg.ru&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.devirtuoso.com/2009/06/how-to-create-a-table-row-highlighter-using-jquery/comment-page-1/#comment-156</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 21 Jun 2009 03:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.devirtuoso.com/?p=569#comment-156</guid>
		<description>Thanks for the tip.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel</title>
		<link>http://www.devirtuoso.com/2009/06/how-to-create-a-table-row-highlighter-using-jquery/comment-page-1/#comment-154</link>
		<dc:creator>Miguel</dc:creator>
		<pubDate>Sat, 20 Jun 2009 15:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.devirtuoso.com/?p=569#comment-154</guid>
		<description>Hello, thanks for the tutorial. Just a note, you should use .stop() to avoid animations from queueing up.</description>
		<content:encoded><![CDATA[<p>Hello, thanks for the tutorial. Just a note, you should use .stop() to avoid animations from queueing up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.devirtuoso.com/2009/06/how-to-create-a-table-row-highlighter-using-jquery/comment-page-1/#comment-151</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 20 Jun 2009 03:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.devirtuoso.com/?p=569#comment-151</guid>
		<description>But this tutorial has nothing to do with zebra stripping. This is about creating a cool enhancement for your tables.  With this you could have something like flames coming out from the side (as cheesy as it might be) or really anything that animates from one side to the next.  I think you missed the point of why this is cool.  Plus I wouldn&#039;t use JavaScript for zebra stripping, if it&#039;s a table that really needs it and JavaScript is shut off, they&#039;re in a bit of a pickle.</description>
		<content:encoded><![CDATA[<p>But this tutorial has nothing to do with zebra stripping. This is about creating a cool enhancement for your tables.  With this you could have something like flames coming out from the side (as cheesy as it might be) or really anything that animates from one side to the next.  I think you missed the point of why this is cool.  Plus I wouldn&#8217;t use JavaScript for zebra stripping, if it&#8217;s a table that really needs it and JavaScript is shut off, they&#8217;re in a bit of a pickle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Haugeland</title>
		<link>http://www.devirtuoso.com/2009/06/how-to-create-a-table-row-highlighter-using-jquery/comment-page-1/#comment-145</link>
		<dc:creator>John Haugeland</dc:creator>
		<pubDate>Fri, 19 Jun 2009 18:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.devirtuoso.com/?p=569#comment-145</guid>
		<description>Yeah, or you could stop wasting your time on jQuery, and do it the natural way.  It&#039;s amazing how much space people spend talking about how easy jQuery makes things, when the alternative is so much easier, shorter, more maintainable and portable.

tr.zebraRow td { background-color: #ddd; }

function ZebrafyTable(Table) {
    if (typeof(Table) == &#039;string&#039;) { return ZebrafyTable(document.getElementById(Table)); }
    Rows = Table.getElementsByTagName(&#039;tr&#039;);
    var i; var iC = Rows.length; var On = false;
    for (i=0; i&lt;iC; ++i) {
        if (On) { Rows[i].className = &#039;zebraRow&#039;; }
        On = !On;
    }
}</description>
		<content:encoded><![CDATA[<p>Yeah, or you could stop wasting your time on jQuery, and do it the natural way.  It&#8217;s amazing how much space people spend talking about how easy jQuery makes things, when the alternative is so much easier, shorter, more maintainable and portable.</p>
<p>tr.zebraRow td { background-color: #ddd; }</p>
<p>function ZebrafyTable(Table) {<br />
    if (typeof(Table) == &#8216;string&#8217;) { return ZebrafyTable(document.getElementById(Table)); }<br />
    Rows = Table.getElementsByTagName(&#8216;tr&#8217;);<br />
    var i; var iC = Rows.length; var On = false;<br />
    for (i=0; i&lt;iC; ++i) {<br />
        if (On) { Rows[i].className = &#039;zebraRow&#039;; }<br />
        On = !On;<br />
    }<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.devirtuoso.com @ 2012-02-10 12:06:02 -->
