<?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: checkboxes that remember their original state</title>
	<atom:link href="http://richarddingwall.name/2009/12/06/jquery-checkboxes-that-remember-their-original-state/feed/" rel="self" type="application/rss+xml" />
	<link>http://richarddingwall.name/2009/12/06/jquery-checkboxes-that-remember-their-original-state/</link>
	<description>The adventures of a young kiwi software developer in London</description>
	<lastBuildDate>Thu, 10 May 2012 16:20:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Richard</title>
		<link>http://richarddingwall.name/2009/12/06/jquery-checkboxes-that-remember-their-original-state/comment-page-1/#comment-11915</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sun, 06 Dec 2009 18:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://richarddingwall.name/?p=2645#comment-11915</guid>
		<description>Yep definitely another class is an alternative -- actually that would probably be better because then you could get rid of the on load event handler that populates the originallyChecked data.</description>
		<content:encoded><![CDATA[<p>Yep definitely another class is an alternative &#8212; actually that would probably be better because then you could get rid of the on load event handler that populates the originallyChecked data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://richarddingwall.name/2009/12/06/jquery-checkboxes-that-remember-their-original-state/comment-page-1/#comment-11908</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Sun, 06 Dec 2009 10:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://richarddingwall.name/?p=2645#comment-11908</guid>
		<description>You could have added an extra class &#039;checked&#039; in the html, or else on page load add the class dynamically?

I&#039;ve have found jQuery data real useful when you have two scripts that have different scopes and need access to the same object, but that object is not globally defined.</description>
		<content:encoded><![CDATA[<p>You could have added an extra class &#8216;checked&#8217; in the html, or else on page load add the class dynamically?</p>
<p>I&#8217;ve have found jQuery data real useful when you have two scripts that have different scopes and need access to the same object, but that object is not globally defined.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

