<?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: Display different color in alternate row using jquery</title>
	<atom:link href="http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html/feed" rel="self" type="application/rss+xml" />
	<link>http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html</link>
	<description>Useful Tutorials, Scripts , Tips, and Resources for all PHP and Ajax beginners and experts .</description>
	<lastBuildDate>Wed, 10 Mar 2010 10:59:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: BigAnz</title>
		<link>http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html/comment-page-1#comment-5027</link>
		<dc:creator>BigAnz</dc:creator>
		<pubDate>Fri, 08 Jan 2010 00:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html#comment-5027</guid>
		<description>Great example of Jquery usage. Hats off, my question revolves around extending the .css (string) in order to specify further css properties. For instance I tried:
.css(&quot;background&quot;, &quot;#666&quot;, &quot;color&quot;, &quot;#fff&quot;) but that failed to iterate the color property. I know there is a way to do this, I am just unsure of the syntax. 

Any help would be greatly appreciated. Thanks  again for the great assistance your tutorial has given me!</description>
		<content:encoded><![CDATA[<p>Great example of Jquery usage. Hats off, my question revolves around extending the .css (string) in order to specify further css properties. For instance I tried:<br />
.css(&#8220;background&#8221;, &#8220;#666&#8243;, &#8220;color&#8221;, &#8220;#fff&#8221;) but that failed to iterate the color property. I know there is a way to do this, I am just unsure of the syntax. </p>
<p>Any help would be greatly appreciated. Thanks  again for the great assistance your tutorial has given me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pligg.com</title>
		<link>http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html/comment-page-1#comment-4951</link>
		<dc:creator>pligg.com</dc:creator>
		<pubDate>Thu, 17 Dec 2009 21:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html#comment-4951</guid>
		<description>&lt;strong&gt;Displaying  different color in alternate row using jquery...&lt;/strong&gt;

Most of the tabular data are organized in such a manner that they are easy to read. And for this, most of the developers use different color to highlight the alternate row.There are various method of displaying different row in different color but here...</description>
		<content:encoded><![CDATA[<p><strong>Displaying  different color in alternate row using jquery&#8230;</strong></p>
<p>Most of the tabular data are organized in such a manner that they are easy to read. And for this, most of the developers use different color to highlight the alternate row.There are various method of displaying different row in different color but here&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sid</title>
		<link>http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html/comment-page-1#comment-4602</link>
		<dc:creator>sid</dc:creator>
		<pubDate>Sat, 19 Sep 2009 10:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html#comment-4602</guid>
		<description>For a table that is assigned a class name, I used:
$(&quot;.table_class_name tr:even&quot;).css(&quot;background-color&quot;, &quot;#c00&quot;);

For the first row, I used:
$(&quot;.table_class_name tr:first&quot;).css(&quot;background-color&quot;, &quot;#800080&quot;);

This was cool. Thanx.</description>
		<content:encoded><![CDATA[<p>For a table that is assigned a class name, I used:<br />
$(&#8220;.table_class_name tr:even&#8221;).css(&#8220;background-color&#8221;, &#8220;#c00&#8243;);</p>
<p>For the first row, I used:<br />
$(&#8220;.table_class_name tr:first&#8221;).css(&#8220;background-color&#8221;, &#8220;#800080&#8243;);</p>
<p>This was cool. Thanx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Look at Some of the New Selectors Introduced in CSS3 - Inspect Element</title>
		<link>http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html/comment-page-1#comment-4268</link>
		<dc:creator>A Look at Some of the New Selectors Introduced in CSS3 - Inspect Element</dc:creator>
		<pubDate>Mon, 27 Jul 2009 08:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html#comment-4268</guid>
		<description>[...] Display different color in alternate row using jQuery [...]</description>
		<content:encoded><![CDATA[<p>[...] Display different color in alternate row using jQuery [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kalam</title>
		<link>http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html/comment-page-1#comment-3873</link>
		<dc:creator>kalam</dc:creator>
		<pubDate>Wed, 22 Apr 2009 05:16:39 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html#comment-3873</guid>
		<description>Hi 
I want deferent color of row in php in sql table
pls help me</description>
		<content:encoded><![CDATA[<p>Hi<br />
I want deferent color of row in php in sql table<br />
pls help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html/comment-page-1#comment-3662</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Mon, 16 Mar 2009 19:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html#comment-3662</guid>
		<description>Woa, I cant believe how the Jquery power is big big BIG!

Its definitively the best javascript framework (should be directly include in all browsers!)</description>
		<content:encoded><![CDATA[<p>Woa, I cant believe how the Jquery power is big big BIG!</p>
<p>Its definitively the best javascript framework (should be directly include in all browsers!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anilreddy</title>
		<link>http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html/comment-page-1#comment-3515</link>
		<dc:creator>anilreddy</dc:creator>
		<pubDate>Sat, 31 Jan 2009 08:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html#comment-3515</guid>
		<description>Hi 

Thanks for  the demo ..i am using this for my site</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>Thanks for  the demo ..i am using this for my site</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roshan</title>
		<link>http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html/comment-page-1#comment-3309</link>
		<dc:creator>Roshan</dc:creator>
		<pubDate>Thu, 11 Dec 2008 05:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html#comment-3309</guid>
		<description>@rogier - for that you can make a class in css let&#039;s say it  &quot;darkrow&quot; and then you can add that in the following way using jQuery 

$(”div:odd”)..addClass(&quot;darkrow&quot;);</description>
		<content:encoded><![CDATA[<p>@rogier &#8211; for that you can make a class in css let&#8217;s say it  &#8220;darkrow&#8221; and then you can add that in the following way using jQuery </p>
<p>$(”div:odd”)..addClass(&#8220;darkrow&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rogier</title>
		<link>http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html/comment-page-1#comment-3307</link>
		<dc:creator>Rogier</dc:creator>
		<pubDate>Wed, 10 Dec 2008 16:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html#comment-3307</guid>
		<description>Hi, I&#039;m wondering. I see that I can use different colors for the background; 

  $(&quot;div:odd&quot;).css(&quot;background-color&quot;, &quot;#F4F4F8&quot;);

Can I also include other css items in this line and how?

Thanks for your time.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m wondering. I see that I can use different colors for the background; </p>
<p>  $(&#8220;div:odd&#8221;).css(&#8220;background-color&#8221;, &#8220;#F4F4F8&#8243;);</p>
<p>Can I also include other css items in this line and how?</p>
<p>Thanks for your time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kamal</title>
		<link>http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html/comment-page-1#comment-2981</link>
		<dc:creator>kamal</dc:creator>
		<pubDate>Mon, 27 Oct 2008 03:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html#comment-2981</guid>
		<description>Hi,
i have a strange problem, the script work fine in my local host, but after i host all the files in the server the colors don&#039;t appear :
http://cuagadir.sc12.co.uk/marchespublics/2008/10/ao-442008/
Thanks for help.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
i have a strange problem, the script work fine in my local host, but after i host all the files in the server the colors don&#8217;t appear :<br />
<a href="http://cuagadir.sc12.co.uk/marchespublics/2008/10/ao-442008/" rel="nofollow">http://cuagadir.sc12.co.uk/marchespublics/2008/10/ao-442008/</a><br />
Thanks for help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kamal</title>
		<link>http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html/comment-page-1#comment-2923</link>
		<dc:creator>kamal</dc:creator>
		<pubDate>Thu, 23 Oct 2008 17:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html#comment-2923</guid>
		<description>Thanks for reply, i&#039;ll try to learn more.</description>
		<content:encoded><![CDATA[<p>Thanks for reply, i&#8217;ll try to learn more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roshan</title>
		<link>http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html/comment-page-1#comment-2913</link>
		<dc:creator>Roshan</dc:creator>
		<pubDate>Thu, 23 Oct 2008 05:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html#comment-2913</guid>
		<description>@kamal - I think you should first understand jquery library before using it as it this function is changing background color of all divs of your web page</description>
		<content:encoded><![CDATA[<p>@kamal &#8211; I think you should first understand jquery library before using it as it this function is changing background color of all divs of your web page</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kamal</title>
		<link>http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html/comment-page-1#comment-2898</link>
		<dc:creator>kamal</dc:creator>
		<pubDate>Wed, 22 Oct 2008 11:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html#comment-2898</guid>
		<description>Hi,
i use the wordpress theme : iTheme, and after i add this code it affect my bachground color...
i do not know why?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
i use the wordpress theme : iTheme, and after i add this code it affect my bachground color&#8230;<br />
i do not know why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Table row manipulation using jQuery JavaScript</title>
		<link>http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html/comment-page-1#comment-2485</link>
		<dc:creator>Table row manipulation using jQuery JavaScript</dc:creator>
		<pubDate>Fri, 19 Sep 2008 10:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html#comment-2485</guid>
		<description>[...] dzone_style=&quot;2&quot;;In a jQuery tutorial, I&#8217;ve shown how to display different color in alternate row of table using jQuery. This time I&#8217;ve come up with advanced version of same tutorial where you can add different [...]</description>
		<content:encoded><![CDATA[<p>[...] dzone_style=&#8221;2&#8243;;In a jQuery tutorial, I&#8217;ve shown how to display different color in alternate row of table using jQuery. This time I&#8217;ve come up with advanced version of same tutorial where you can add different [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roshan</title>
		<link>http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html/comment-page-1#comment-1448</link>
		<dc:creator>Roshan</dc:creator>
		<pubDate>Mon, 14 Jul 2008 05:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/2008/03/different-color-alternate-row-jquery.html#comment-1448</guid>
		<description>let&#039;s suppose that you&#039;ve defined same class &quot;alternate&quot; then you can define the alternate color as 

$(&quot;.alternate:odd&quot;).css(&quot;background-color&quot;, &quot;#F4F4F8&quot;);
  $(&quot;.alternate:even&quot;).css(&quot;background-color&quot;, &quot;#EFF1F1&quot;);</description>
		<content:encoded><![CDATA[<p>let&#8217;s suppose that you&#8217;ve defined same class &#8220;alternate&#8221; then you can define the alternate color as </p>
<p>$(&#8220;.alternate:odd&#8221;).css(&#8220;background-color&#8221;, &#8220;#F4F4F8&#8243;);<br />
  $(&#8220;.alternate:even&#8221;).css(&#8220;background-color&#8221;, &#8220;#EFF1F1&#8243;);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
