<?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: jQuery Plug-ins for Checkboxes and Disabling Inputs</title>
	<atom:link href="http://blog.schmichael.com/2009/07/14/jquery-checkboxes-and-inputs/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.schmichael.com/2009/07/14/jquery-checkboxes-and-inputs/</link>
	<description>good good study, day day up</description>
	<lastBuildDate>Fri, 10 Feb 2012 11:50:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Michael Schurter</title>
		<link>http://blog.schmichael.com/2009/07/14/jquery-checkboxes-and-inputs/comment-page-1/#comment-52402</link>
		<dc:creator>Michael Schurter</dc:creator>
		<pubDate>Wed, 15 Jul 2009 01:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/?p=682#comment-52402</guid>
		<description>Good call.  My versions are all pretty tailored to my specific use cases.  Your API would be much more pleasant for general distribution.</description>
		<content:encoded><![CDATA[<p>Good call.  My versions are all pretty tailored to my specific use cases.  Your API would be much more pleasant for general distribution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Coulter</title>
		<link>http://blog.schmichael.com/2009/07/14/jquery-checkboxes-and-inputs/comment-page-1/#comment-52399</link>
		<dc:creator>Dan Coulter</dc:creator>
		<pubDate>Wed, 15 Jul 2009 00:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/?p=682#comment-52399</guid>
		<description>Using this format might fit better with other jQuery functions:

.checked(); // Returns true or false if the first matching element is checked
.checked(bool); // Sets all of the elements
.checkedToggle(); // Toggles the elements

.enabled(); // Returns true or false
.enabled(bool); // enables or disables the elements
.enabledToggle(); // toggles the elements</description>
		<content:encoded><![CDATA[<p>Using this format might fit better with other jQuery functions:</p>
<p>.checked(); // Returns true or false if the first matching element is checked<br />
.checked(bool); // Sets all of the elements<br />
.checkedToggle(); // Toggles the elements</p>
<p>.enabled(); // Returns true or false<br />
.enabled(bool); // enables or disables the elements<br />
.enabledToggle(); // toggles the elements</p>
]]></content:encoded>
	</item>
</channel>
</rss>

