<?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: Using JavaScript to validate one or more grouped checkboxes</title>
	<atom:link href="http://www.roryhansen.ca/2005/08/25/using-javascript-to-validate-one-or-more-grouped-checkboxes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.roryhansen.ca/2005/08/25/using-javascript-to-validate-one-or-more-grouped-checkboxes/</link>
	<description>Affiliate marketing, Internet marketing, web development, and small business ideas.</description>
	<lastBuildDate>Tue, 24 Jan 2012 15:37:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Neerav</title>
		<link>http://www.roryhansen.ca/2005/08/25/using-javascript-to-validate-one-or-more-grouped-checkboxes/comment-page-1/#comment-176829</link>
		<dc:creator>Neerav</dc:creator>
		<pubDate>Tue, 24 Jan 2012 15:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.roryhansen.ca/?p=33#comment-176829</guid>
		<description>Awesome ... thanks a bunch.</description>
		<content:encoded><![CDATA[<p>Awesome &#8230; thanks a bunch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://www.roryhansen.ca/2005/08/25/using-javascript-to-validate-one-or-more-grouped-checkboxes/comment-page-1/#comment-175156</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Tue, 17 Jan 2012 13:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.roryhansen.ca/?p=33#comment-175156</guid>
		<description>Works perfectly. Thank you so much!</description>
		<content:encoded><![CDATA[<p>Works perfectly. Thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kaify</title>
		<link>http://www.roryhansen.ca/2005/08/25/using-javascript-to-validate-one-or-more-grouped-checkboxes/comment-page-1/#comment-174119</link>
		<dc:creator>kaify</dc:creator>
		<pubDate>Fri, 13 Jan 2012 07:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.roryhansen.ca/?p=33#comment-174119</guid>
		<description>thanks buddy. it is time saving.</description>
		<content:encoded><![CDATA[<p>thanks buddy. it is time saving.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Natalya Murphy</title>
		<link>http://www.roryhansen.ca/2005/08/25/using-javascript-to-validate-one-or-more-grouped-checkboxes/comment-page-1/#comment-151730</link>
		<dc:creator>Natalya Murphy</dc:creator>
		<pubDate>Mon, 24 Oct 2011 13:49:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.roryhansen.ca/?p=33#comment-151730</guid>
		<description>I was trying to figure out why a single-item radio group wouldn&#039;t validate on a form, and you provided the exact answer I needed.   THANK YOU for ending several hours&#039; worth of frustration.</description>
		<content:encoded><![CDATA[<p>I was trying to figure out why a single-item radio group wouldn&#8217;t validate on a form, and you provided the exact answer I needed.   THANK YOU for ending several hours&#8217; worth of frustration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimitri</title>
		<link>http://www.roryhansen.ca/2005/08/25/using-javascript-to-validate-one-or-more-grouped-checkboxes/comment-page-1/#comment-133341</link>
		<dc:creator>Dimitri</dc:creator>
		<pubDate>Fri, 12 Aug 2011 16:51:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.roryhansen.ca/?p=33#comment-133341</guid>
		<description>Thank you for posting this - very useful.</description>
		<content:encoded><![CDATA[<p>Thank you for posting this &#8211; very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jools</title>
		<link>http://www.roryhansen.ca/2005/08/25/using-javascript-to-validate-one-or-more-grouped-checkboxes/comment-page-1/#comment-102225</link>
		<dc:creator>Jools</dc:creator>
		<pubDate>Tue, 08 Mar 2011 00:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.roryhansen.ca/?p=33#comment-102225</guid>
		<description>Works perfectly thanks.

@sriddhar: I&#039;ve used this with php for a chkbox named img[], I just use img and it&#039;s great.</description>
		<content:encoded><![CDATA[<p>Works perfectly thanks.</p>
<p>@sriddhar: I&#8217;ve used this with php for a chkbox named img[], I just use img and it&#8217;s great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sriddhar</title>
		<link>http://www.roryhansen.ca/2005/08/25/using-javascript-to-validate-one-or-more-grouped-checkboxes/comment-page-1/#comment-99838</link>
		<dc:creator>sriddhar</dc:creator>
		<pubDate>Wed, 09 Feb 2011 07:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.roryhansen.ca/?p=33#comment-99838</guid>
		<description>This is fine when the checkbox are named as you did. The problem arises when it is named something like parts[] which is often required in php.

   Head
   Neck
   Arm
   Leg

How do you validate then?</description>
		<content:encoded><![CDATA[<p>This is fine when the checkbox are named as you did. The problem arises when it is named something like parts[] which is often required in php.</p>
<p>   Head<br />
   Neck<br />
   Arm<br />
   Leg</p>
<p>How do you validate then?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prakash</title>
		<link>http://www.roryhansen.ca/2005/08/25/using-javascript-to-validate-one-or-more-grouped-checkboxes/comment-page-1/#comment-76335</link>
		<dc:creator>Prakash</dc:creator>
		<pubDate>Wed, 06 May 2009 12:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.roryhansen.ca/?p=33#comment-76335</guid>
		<description>Exactly that i have been looking forâ€¦ Thanks .....Thanks a lot .</description>
		<content:encoded><![CDATA[<p>Exactly that i have been looking forâ€¦ Thanks &#8230;..Thanks a lot .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arti</title>
		<link>http://www.roryhansen.ca/2005/08/25/using-javascript-to-validate-one-or-more-grouped-checkboxes/comment-page-1/#comment-69609</link>
		<dc:creator>Arti</dc:creator>
		<pubDate>Fri, 06 Feb 2009 05:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.roryhansen.ca/?p=33#comment-69609</guid>
		<description>Many Thanks !!! Saved a lot of my time :)

Warm regards
Arti</description>
		<content:encoded><![CDATA[<p>Many Thanks !!! Saved a lot of my time :)</p>
<p>Warm regards<br />
Arti</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Halesh.GC</title>
		<link>http://www.roryhansen.ca/2005/08/25/using-javascript-to-validate-one-or-more-grouped-checkboxes/comment-page-1/#comment-68124</link>
		<dc:creator>Halesh.GC</dc:creator>
		<pubDate>Tue, 13 Jan 2009 06:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.roryhansen.ca/?p=33#comment-68124</guid>
		<description>Hi,

Thanks a lot...Really very good docs for javascript.

Thanks and Regards

Halesh</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks a lot&#8230;Really very good docs for javascript.</p>
<p>Thanks and Regards</p>
<p>Halesh</p>
]]></content:encoded>
	</item>
</channel>
</rss>

