<?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: :checked Selector</title>
	<atom:link href="http://api.jquery.com/checked-selector/feed/" rel="self" type="application/rss+xml" />
	<link>http://api.jquery.com/checked-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: Randy Bo</title>
		<link>http://api.jquery.com/checked-selector/comment-page-1/#comment-7921</link>
		<dc:creator>Randy Bo</dc:creator>
		<pubDate>Thu, 16 Dec 2010 08:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=657#comment-7921</guid>
		<description>jQuery cures all disease and feeds children</description>
		<content:encoded><![CDATA[<p>jQuery cures all disease and feeds children</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy Bo</title>
		<link>http://api.jquery.com/checked-selector/comment-page-1/#comment-7616</link>
		<dc:creator>Randy Bo</dc:creator>
		<pubDate>Thu, 16 Dec 2010 00:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=657#comment-7616</guid>
		<description>jQuery cures all disease and feeds children</description>
		<content:encoded><![CDATA[<p>jQuery cures all disease and feeds children</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valery Kotlarov</title>
		<link>http://api.jquery.com/checked-selector/comment-page-1/#comment-7259</link>
		<dc:creator>Valery Kotlarov</dc:creator>
		<pubDate>Sun, 28 Nov 2010 12:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=657#comment-7259</guid>
		<description>Hi all,&lt;br&gt;&lt;br&gt;var checked = $(this).attr(&#039;checked&#039;); &lt;br&gt;&lt;br&gt;Doesn&#039;t work here. Instead &lt;br&gt;var checked = !$(this).attr(&#039;checked&#039;); &lt;br&gt;&lt;br&gt;does work. As if right after the click, the attribute is still not updated. &lt;br&gt;Any ideas? Thanks...</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>var checked = $(this).attr(&#39;checked&#39;); </p>
<p>Doesn&#39;t work here. Instead <br />var checked = !$(this).attr(&#39;checked&#39;); </p>
<p>does work. As if right after the click, the attribute is still not updated. <br />Any ideas? Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://api.jquery.com/checked-selector/comment-page-1/#comment-7048</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Wed, 17 Nov 2010 14:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=657#comment-7048</guid>
		<description>$(&#039;input[type=checkbox]:not(:checked)&#039;)&lt;br&gt;or, preferably,&lt;br&gt;$(&#039;input[type=checkbox]&#039;).not(&#039;:checked&#039;)</description>
		<content:encoded><![CDATA[<p>$(&#39;input[type=checkbox]:not(:checked)&#39;)<br />or, preferably,<br />$(&#39;input[type=checkbox]&#39;).not(&#39;:checked&#39;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Xiao</title>
		<link>http://api.jquery.com/checked-selector/comment-page-1/#comment-7020</link>
		<dc:creator>Daniel Xiao</dc:creator>
		<pubDate>Tue, 16 Nov 2010 06:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=657#comment-7020</guid>
		<description>And In FireFox, how do I select all the checkboxes that are not checked?</description>
		<content:encoded><![CDATA[<p>And In FireFox, how do I select all the checkboxes that are not checked?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Xiao</title>
		<link>http://api.jquery.com/checked-selector/comment-page-1/#comment-7019</link>
		<dc:creator>Daniel Xiao</dc:creator>
		<pubDate>Tue, 16 Nov 2010 06:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=657#comment-7019</guid>
		<description>$(&quot;input:[type=checkbox][checked=false]&quot;) 
&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>$(&#8220;input:[type=checkbox][checked=false]&#8220;)<br /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miao</title>
		<link>http://api.jquery.com/checked-selector/comment-page-1/#comment-6808</link>
		<dc:creator>miao</dc:creator>
		<pubDate>Fri, 05 Nov 2010 07:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=657#comment-6808</guid>
		<description>$(&quot;input:[type=checkbox][checked=false]&quot;)&lt;br&gt;&lt;br&gt;you forgot the colon, not work without!</description>
		<content:encoded><![CDATA[<p>$(&#8220;input:[type=checkbox][checked=false]&#8220;)</p>
<p>you forgot the colon, not work without!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen Kumar Thalluri</title>
		<link>http://api.jquery.com/checked-selector/comment-page-1/#comment-6610</link>
		<dc:creator>Praveen Kumar Thalluri</dc:creator>
		<pubDate>Tue, 26 Oct 2010 13:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=657#comment-6610</guid>
		<description>$(&quot;input[type=checkbox][checked=false]&quot;)
&lt;br&gt;Make sure that you got checked property value as false.</description>
		<content:encoded><![CDATA[<p>$(&#8220;input[type=checkbox][checked=false]&#8220;)<br />
<br />Make sure that you got checked property value as false.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun k</title>
		<link>http://api.jquery.com/checked-selector/comment-page-1/#comment-12562</link>
		<dc:creator>Arun k</dc:creator>
		<pubDate>Tue, 26 Oct 2010 12:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=657#comment-12562</guid>
		<description>How do I select all the checkboxes that are not checked?</description>
		<content:encoded><![CDATA[<p>How do I select all the checkboxes that are not checked?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://api.jquery.com/checked-selector/comment-page-1/#comment-6223</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 08 Oct 2010 13:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=657#comment-6223</guid>
		<description>How could one display on screen the value of a checkbox if it is checked?</description>
		<content:encoded><![CDATA[<p>How could one display on screen the value of a checkbox if it is checked?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

