<?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 Get Anything You Want &#8211; part 2</title>
	<atom:link href="http://www.learningjquery.com/2006/12/how-to-get-anything-you-want-part-2/feed" rel="self" type="application/rss+xml" />
	<link>http://www.learningjquery.com/2006/12/how-to-get-anything-you-want-part-2</link>
	<description>Tips, techniques, and tutorials for the jQuery JavaScript library</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:50:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Winter</title>
		<link>http://www.learningjquery.com/2006/12/how-to-get-anything-you-want-part-2/comment-page-1#comment-81780</link>
		<dc:creator>Winter</dc:creator>
		<pubDate>Fri, 27 Aug 2010 20:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/12/how-to-get-anything-you-want-part-2#comment-81780</guid>
		<description>Finally I learned how end() works!!!, thanks so much.</description>
		<content:encoded><![CDATA[<p>Finally I learned how end() works!!!, thanks so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nelson</title>
		<link>http://www.learningjquery.com/2006/12/how-to-get-anything-you-want-part-2/comment-page-1#comment-81749</link>
		<dc:creator>nelson</dc:creator>
		<pubDate>Wed, 18 Aug 2010 10:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/12/how-to-get-anything-you-want-part-2#comment-81749</guid>
		<description>{p style=&quot;background-color: #aaccee&quot;}lower{/p}
{p style=&quot;BACKGROUND-COLOR: #AACCEE&quot;}upper]{/p}
{p style=&quot;Background-Color: #aaccee&quot;}both{/p}</description>
		<content:encoded><![CDATA[<p>{p style=&#8221;background-color: #aaccee&#8221;}lower{/p}<br />
{p style=&#8221;BACKGROUND-COLOR: #AACCEE&#8221;}upper]{/p}<br />
{p style=&#8221;Background-Color: #aaccee&#8221;}both{/p}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nelson</title>
		<link>http://www.learningjquery.com/2006/12/how-to-get-anything-you-want-part-2/comment-page-1#comment-81748</link>
		<dc:creator>nelson</dc:creator>
		<pubDate>Wed, 18 Aug 2010 10:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/12/how-to-get-anything-you-want-part-2#comment-81748</guid>
		<description>&lt;p style=&quot;background-color: #aaccee&quot;&gt;lower&lt;/p&gt;
&lt;p&gt;upper&lt;/p&gt;
&lt;p&gt;both&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p style="background-color: #aaccee">lower</p>
<p>upper</p>
<p>both</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nelson</title>
		<link>http://www.learningjquery.com/2006/12/how-to-get-anything-you-want-part-2/comment-page-1#comment-81747</link>
		<dc:creator>nelson</dc:creator>
		<pubDate>Wed, 18 Aug 2010 10:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/12/how-to-get-anything-you-want-part-2#comment-81747</guid>
		<description>sorry, P elements not SPAN :)

&lt;p style=&quot;background-color: #aaccee&quot;&gt;lower&lt;/p&gt;
&lt;p&gt;upper&lt;/p&gt;
&lt;p&gt;both&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>sorry, P elements not SPAN :)</p>
<p style="background-color: #aaccee">lower</p>
<p>upper</p>
<p>both</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nelson</title>
		<link>http://www.learningjquery.com/2006/12/how-to-get-anything-you-want-part-2/comment-page-1#comment-81744</link>
		<dc:creator>nelson</dc:creator>
		<pubDate>Wed, 18 Aug 2010 00:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/12/how-to-get-anything-you-want-part-2#comment-81744</guid>
		<description>hi,
how can i make the selectors case sensitive?
is there any smart way?
example: remove all SPAN elements with the same background-color

_ lower_
_upper_
_both_

&lt;code&gt;$(&quot;span[style*=&#039;color&#039;]&quot;).remove();&lt;/code&gt;
&lt;code&gt;$(&quot;span[style*=&#039;aaccee&#039;]&quot;).remove();&lt;/code&gt;

thanks for all the tipps and tutorials,
nelson</description>
		<content:encoded><![CDATA[<p>hi,<br />
how can i make the selectors case sensitive?<br />
is there any smart way?<br />
example: remove all SPAN elements with the same background-color</p>
<p>_ lower_<br />
_upper_<br />
_both_</p>
<p><code>$("span[style*='color']").remove();</code><br />
<code>$("span[style*='aaccee']").remove();</code></p>
<p>thanks for all the tipps and tutorials,<br />
nelson</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://www.learningjquery.com/2006/12/how-to-get-anything-you-want-part-2/comment-page-1#comment-78140</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Fri, 14 Aug 2009 12:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/12/how-to-get-anything-you-want-part-2#comment-78140</guid>
		<description>&lt;code&gt;$(&#039;#table1 td.class-one.class-two&#039;)&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><code>$('#table1 td.class-one.class-two')</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JQuery Tip – 2: filter vs find &#171; SANDBOX&#8230;&#8230;.</title>
		<link>http://www.learningjquery.com/2006/12/how-to-get-anything-you-want-part-2/comment-page-1#comment-73066</link>
		<dc:creator>JQuery Tip – 2: filter vs find &#171; SANDBOX&#8230;&#8230;.</dc:creator>
		<pubDate>Sun, 17 May 2009 12:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/12/how-to-get-anything-you-want-part-2#comment-73066</guid>
		<description>[...] For more reading on this topic, How to Get Anything You Want &#8211; part 2 [...]</description>
		<content:encoded><![CDATA[<p>[...] For more reading on this topic, How to Get Anything You Want &#8211; part 2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JQuery Tip – 2: Filter VS Find &#171; SANDBOX&#8230;&#8230;.</title>
		<link>http://www.learningjquery.com/2006/12/how-to-get-anything-you-want-part-2/comment-page-1#comment-73065</link>
		<dc:creator>JQuery Tip – 2: Filter VS Find &#171; SANDBOX&#8230;&#8230;.</dc:creator>
		<pubDate>Sun, 17 May 2009 12:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/12/how-to-get-anything-you-want-part-2#comment-73065</guid>
		<description>[...] For more reading, How to Get Anything You Want &#8211; part 2 [...]</description>
		<content:encoded><![CDATA[<p>[...] For more reading, How to Get Anything You Want &#8211; part 2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sayed khalid sultani</title>
		<link>http://www.learningjquery.com/2006/12/how-to-get-anything-you-want-part-2/comment-page-1#comment-72872</link>
		<dc:creator>sayed khalid sultani</dc:creator>
		<pubDate>Thu, 23 Apr 2009 13:18:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/12/how-to-get-anything-you-want-part-2#comment-72872</guid>
		<description>hi how can we check for td with 2 classes with different class name in single tr ,thanks 
&lt;code&gt;$(&#039;#table1 tr .abc )&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>hi how can we check for td with 2 classes with different class name in single tr ,thanks<br />
<code>$('#table1 tr .abc )</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://www.learningjquery.com/2006/12/how-to-get-anything-you-want-part-2/comment-page-1#comment-63944</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Fri, 16 Jan 2009 18:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/12/how-to-get-anything-you-want-part-2#comment-63944</guid>
		<description>Fantastic, thanks Karl!
I didn&#039;t realize their is an &quot;each&quot; function. That is so cool.
It worked.</description>
		<content:encoded><![CDATA[<p>Fantastic, thanks Karl!<br />
I didn&#8217;t realize their is an &#8220;each&#8221; function. That is so cool.<br />
It worked.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 10/24 queries in 0.007 seconds using disk: basic
Object Caching 374/387 objects using disk: basic
Content Delivery Network via learningjquery.kswedberg.netdna-cdn.com

Served from: www.learningjquery.com @ 2012-02-08 17:34:08 -->
