<?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: Class Selector (&#8220;.class&#8221;)</title>
	<atom:link href="http://api.jquery.com/class-selector/feed/" rel="self" type="application/rss+xml" />
	<link>http://api.jquery.com/class-selector/</link>
	<description>jQuery API Reference</description>
	<lastBuildDate>Fri, 19 Aug 2011 09:06:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: hequ</title>
		<link>http://api.jquery.com/class-selector/comment-page-1/#comment-8434</link>
		<dc:creator>hequ</dc:creator>
		<pubDate>Wed, 19 Jan 2011 18:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=531#comment-8434</guid>
		<description>sorry missed the dot in front, so the correct class selector is: $(&quot;.blah\.blah\.blah&quot;).</description>
		<content:encoded><![CDATA[<p>sorry missed the dot in front, so the correct class selector is: $(&#8220;.blah\.blah\.blah&#8221;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hequ</title>
		<link>http://api.jquery.com/class-selector/comment-page-1/#comment-8433</link>
		<dc:creator>hequ</dc:creator>
		<pubDate>Wed, 19 Jan 2011 18:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=531#comment-8433</guid>
		<description>The escape character is \ so the selector would be $(&quot;blah\.blah\.blah&quot;). This selector also selects the elements even though the element would have multiple classes.</description>
		<content:encoded><![CDATA[<p>The escape character is \ so the selector would be $(&#8220;blah\.blah\.blah&#8221;). This selector also selects the elements even though the element would have multiple classes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://api.jquery.com/class-selector/comment-page-1/#comment-8417</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 19 Jan 2011 03:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=531#comment-8417</guid>
		<description>The *= will defeat the purpose pointed out by Rodrigo.&lt;br&gt;&lt;br&gt;$(&quot;[class*=class2]&quot;) will allow it to match &lt;input class=&quot;class1 class2&quot;&gt;. But this is unnecessary since $(&quot;.class2&quot;) will do the same.&lt;br&gt;&lt;br&gt;The whole point of doing $(&quot;class=class2&quot;) is to ensure that &lt;input class=&quot;class1 class2&quot;&gt; DOES NOT match, whereas &lt;input class=&quot;class2&quot;&gt; does.</description>
		<content:encoded><![CDATA[<p>The *= will defeat the purpose pointed out by Rodrigo.</p>
<p>$(&#8220;[class*=class2]&#8220;) will allow it to match &lt;input class=&#8221;class1 class2&#8243;&gt;. But this is unnecessary since $(&#8220;.class2&#8243;) will do the same.</p>
<p>The whole point of doing $(&#8220;class=class2&#8243;) is to ensure that &lt;input class=&#8221;class1 class2&#8243;&gt; DOES NOT match, whereas &lt;input class=&#8221;class2&#8243;&gt; does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johan</title>
		<link>http://api.jquery.com/class-selector/comment-page-1/#comment-7987</link>
		<dc:creator>johan</dc:creator>
		<pubDate>Thu, 23 Dec 2010 14:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=531#comment-7987</guid>
		<description>what is the escape character for dot(.).&lt;br&gt;I have an html tag with an attribute class &quot;blah.blah.blah baz.baz.baz&quot; &lt;br&gt;how do i state so that my selection would contain all those with class &quot;blah.blah.blah&quot; including the mentioned tag with attribute &quot;blah.blah.blah baz.baz.baz&quot; ?</description>
		<content:encoded><![CDATA[<p>what is the escape character for dot(.).<br />I have an html tag with an attribute class &#8220;blah.blah.blah baz.baz.baz&#8221; <br />how do i state so that my selection would contain all those with class &#8220;blah.blah.blah&#8221; including the mentioned tag with attribute &#8220;blah.blah.blah baz.baz.baz&#8221; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johan</title>
		<link>http://api.jquery.com/class-selector/comment-page-1/#comment-7741</link>
		<dc:creator>johan</dc:creator>
		<pubDate>Thu, 23 Dec 2010 07:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=531#comment-7741</guid>
		<description>use \</description>
		<content:encoded><![CDATA[<p>use \</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johan</title>
		<link>http://api.jquery.com/class-selector/comment-page-1/#comment-7740</link>
		<dc:creator>johan</dc:creator>
		<pubDate>Thu, 23 Dec 2010 06:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=531#comment-7740</guid>
		<description>what is the escape character for dot(.).&lt;br&gt;I have an html tag with an attribute class &quot;blah.blah.blah baz.baz.baz&quot; &lt;br&gt;how do i state so that my selection would contain all those with class &quot;blah.blah.blah&quot; including the mentioned tag with attribute &quot;blah.blah.blah baz.baz.baz&quot; ?</description>
		<content:encoded><![CDATA[<p>what is the escape character for dot(.).<br />I have an html tag with an attribute class &#8220;blah.blah.blah baz.baz.baz&#8221; <br />how do i state so that my selection would contain all those with class &#8220;blah.blah.blah&#8221; including the mentioned tag with attribute &#8220;blah.blah.blah baz.baz.baz&#8221; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Utkarsh</title>
		<link>http://api.jquery.com/class-selector/comment-page-1/#comment-7568</link>
		<dc:creator>Utkarsh</dc:creator>
		<pubDate>Tue, 14 Dec 2010 12:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=531#comment-7568</guid>
		<description>how to select a element(anchor tag) which is inside the cell of a grid(jqgrid)??</description>
		<content:encoded><![CDATA[<p>how to select a element(anchor tag) which is inside the cell of a grid(jqgrid)??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davios</title>
		<link>http://api.jquery.com/class-selector/comment-page-1/#comment-7557</link>
		<dc:creator>Davios</dc:creator>
		<pubDate>Tue, 14 Dec 2010 07:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=531#comment-7557</guid>
		<description>I have a strange issue with the class selector. Since I updated with 1.4.4, all my class selectors suchas $(&quot;.class&quot;) do not work. I have to add a specific parent ID object to make them work: $(&quot;#parentIDObject .class&quot;)&lt;br&gt;Did I miss something ? a default setting in jQuery ?</description>
		<content:encoded><![CDATA[<p>I have a strange issue with the class selector. Since I updated with 1.4.4, all my class selectors suchas $(&#8220;.class&#8221;) do not work. I have to add a specific parent ID object to make them work: $(&#8220;#parentIDObject .class&#8221;)<br />Did I miss something ? a default setting in jQuery ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nood</title>
		<link>http://api.jquery.com/class-selector/comment-page-1/#comment-7434</link>
		<dc:creator>nood</dc:creator>
		<pubDate>Wed, 08 Dec 2010 10:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=531#comment-7434</guid>
		<description>$(&#039;.someclass[class=&quot;someclass&quot;]&#039;) missed the closing tick</description>
		<content:encoded><![CDATA[<p>$(&#39;.someclass[class="someclass"]&#39;) missed the closing tick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nood</title>
		<link>http://api.jquery.com/class-selector/comment-page-1/#comment-7433</link>
		<dc:creator>nood</dc:creator>
		<pubDate>Wed, 08 Dec 2010 09:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=531#comment-7433</guid>
		<description>$(&#039;.someclass[class=&quot;someclass&quot;]) probably</description>
		<content:encoded><![CDATA[<p>$(&#39;.someclass[class="someclass"]) probably</p>
]]></content:encoded>
	</item>
</channel>
</rss>

