<?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: Select and Unselect All Checkboxes with jQuery</title>
	<atom:link href="http://www.wiseguysonly.com/2010/01/15/select-and-unselect-all-checkboxes-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wiseguysonly.com/2010/01/15/select-and-unselect-all-checkboxes-with-jquery/</link>
	<description>Tim Roberts CakePHP, MySQL and jQuery Developer</description>
	<lastBuildDate>Fri, 03 Feb 2012 01:34:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Jeff Schilders</title>
		<link>http://www.wiseguysonly.com/2010/01/15/select-and-unselect-all-checkboxes-with-jquery/comment-page-1/#comment-6634</link>
		<dc:creator>Jeff Schilders</dc:creator>
		<pubDate>Sat, 07 Jan 2012 07:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiseguysonly.com/?p=308#comment-6634</guid>
		<description>A simple example how to check and uncheck. 









$(document).ready(function(){ 
 $(&#039;#checkall&#039;).click(function(){
     var status = $(this).attr(&quot;checked&quot;);  
     $(&quot;.checkBox&quot;).attr(&quot;checked&quot;,status);
    }); 
 });  
});
</description>
		<content:encoded><![CDATA[<p>A simple example how to check and uncheck. </p>
<p>$(document).ready(function(){<br />
 $(&#8216;#checkall&#8217;).click(function(){<br />
     var status = $(this).attr(&#8220;checked&#8221;);<br />
     $(&#8220;.checkBox&#8221;).attr(&#8220;checked&#8221;,status);<br />
    });<br />
 });<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.wiseguysonly.com/2010/01/15/select-and-unselect-all-checkboxes-with-jquery/comment-page-1/#comment-6630</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 22 Dec 2011 15:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiseguysonly.com/?p=308#comment-6630</guid>
		<description>@Dylan sure - but what if you have other checkboxes on the page?</description>
		<content:encoded><![CDATA[<p>@Dylan sure &#8211; but what if you have other checkboxes on the page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dylan</title>
		<link>http://www.wiseguysonly.com/2010/01/15/select-and-unselect-all-checkboxes-with-jquery/comment-page-1/#comment-6629</link>
		<dc:creator>Dylan</dc:creator>
		<pubDate>Wed, 14 Dec 2011 23:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiseguysonly.com/?p=308#comment-6629</guid>
		<description>Why not just use $(&#039;:checkbox&#039;) ?

It will select all checkboxes in a document. Saves having to put classes on it to identify them.

http://api.jquery.com/checkbox-selector/</description>
		<content:encoded><![CDATA[<p>Why not just use $(&#8216;:checkbox&#8217;) ?</p>
<p>It will select all checkboxes in a document. Saves having to put classes on it to identify them.</p>
<p><a href="http://api.jquery.com/checkbox-selector/" rel="nofollow">http://api.jquery.com/checkbox-selector/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julia</title>
		<link>http://www.wiseguysonly.com/2010/01/15/select-and-unselect-all-checkboxes-with-jquery/comment-page-1/#comment-6255</link>
		<dc:creator>Julia</dc:creator>
		<pubDate>Mon, 25 Apr 2011 16:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiseguysonly.com/?p=308#comment-6255</guid>
		<description>Found this and it worked nicely.  Thank you for writing so clearly.  I was daunted by the scope and length of other articles on a similar task.  Simply done.  Thanks very much.</description>
		<content:encoded><![CDATA[<p>Found this and it worked nicely.  Thank you for writing so clearly.  I was daunted by the scope and length of other articles on a similar task.  Simply done.  Thanks very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://www.wiseguysonly.com/2010/01/15/select-and-unselect-all-checkboxes-with-jquery/comment-page-1/#comment-5817</link>
		<dc:creator>William</dc:creator>
		<pubDate>Tue, 31 Aug 2010 16:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiseguysonly.com/?p=308#comment-5817</guid>
		<description>Why bother with a loop? You can simply call directly:

$(&quot;.checkbox&quot;).attr(&quot;checked&quot;,status);</description>
		<content:encoded><![CDATA[<p>Why bother with a loop? You can simply call directly:</p>
<p>$(&#8220;.checkbox&#8221;).attr(&#8220;checked&#8221;,status);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bulkhead</title>
		<link>http://www.wiseguysonly.com/2010/01/15/select-and-unselect-all-checkboxes-with-jquery/comment-page-1/#comment-5812</link>
		<dc:creator>bulkhead</dc:creator>
		<pubDate>Wed, 25 Aug 2010 12:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiseguysonly.com/?p=308#comment-5812</guid>
		<description>This is a great help, but just wondering how you might go about localising the effected checkboxes to only those that are siblings (i.e. in the same group of li items) of the select/deselect box.

I have multiple lists of checkboxes being generated dynamically (so difficult to give them different selector classes to target wirth variations of the script) that each have a select/deselct checkbox. Currently cehcking one effects all the groups of checkboxes.
Thanks.</description>
		<content:encoded><![CDATA[<p>This is a great help, but just wondering how you might go about localising the effected checkboxes to only those that are siblings (i.e. in the same group of li items) of the select/deselect box.</p>
<p>I have multiple lists of checkboxes being generated dynamically (so difficult to give them different selector classes to target wirth variations of the script) that each have a select/deselct checkbox. Currently cehcking one effects all the groups of checkboxes.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imo</title>
		<link>http://www.wiseguysonly.com/2010/01/15/select-and-unselect-all-checkboxes-with-jquery/comment-page-1/#comment-5768</link>
		<dc:creator>Imo</dc:creator>
		<pubDate>Sun, 18 Jul 2010 15:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiseguysonly.com/?p=308#comment-5768</guid>
		<description>Worked a treat, thanks Tim.</description>
		<content:encoded><![CDATA[<p>Worked a treat, thanks Tim.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

