<?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: Selecting radio button in JavaScript with jQuery</title>
	<atom:link href="http://my.galagzee.com/2007/09/21/selecting-radio-button-in-javascript-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://my.galagzee.com/2007/09/21/selecting-radio-button-in-javascript-with-jquery/</link>
	<description>Tech in a Galagzee, Not So Far Away.</description>
	<lastBuildDate>Sat, 28 Jan 2012 21:43:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Randall Sexton</title>
		<link>http://my.galagzee.com/2007/09/21/selecting-radio-button-in-javascript-with-jquery/comment-page-1/#comment-39651</link>
		<dc:creator>Randall Sexton</dc:creator>
		<pubDate>Wed, 25 May 2011 02:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://my.galagzee.com/index.php/2007/09/21/selecting-radio-button-in-javascript-with-jquery/#comment-39651</guid>
		<description>Just what I needed.  You saved me some frustration.  Thanks!</description>
		<content:encoded><![CDATA[<p>Just what I needed.  You saved me some frustration.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Björn</title>
		<link>http://my.galagzee.com/2007/09/21/selecting-radio-button-in-javascript-with-jquery/comment-page-1/#comment-39252</link>
		<dc:creator>Björn</dc:creator>
		<pubDate>Sat, 14 May 2011 22:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://my.galagzee.com/index.php/2007/09/21/selecting-radio-button-in-javascript-with-jquery/#comment-39252</guid>
		<description>All,

one question: I read in most of Your comments that You suggest to set the attribute &quot;checked&quot; of the radio button to the value &quot;checked&quot;. My question is: is this the recommended value? I instead tried to set it to &quot;true&quot; or &quot;false&quot;, which seems to make more sense semantically (and works). If the value is set to &quot;checked&quot;, the only way to remove the checkmark is to remove the attribute (i.e., use removeAttr(&quot;checked&quot;) ). I am a bit confused here... can somebody please comment on this? Thanks!</description>
		<content:encoded><![CDATA[<p>All,</p>
<p>one question: I read in most of Your comments that You suggest to set the attribute &#8220;checked&#8221; of the radio button to the value &#8220;checked&#8221;. My question is: is this the recommended value? I instead tried to set it to &#8220;true&#8221; or &#8220;false&#8221;, which seems to make more sense semantically (and works). If the value is set to &#8220;checked&#8221;, the only way to remove the checkmark is to remove the attribute (i.e., use removeAttr(&#8220;checked&#8221;) ). I am a bit confused here&#8230; can somebody please comment on this? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flavio</title>
		<link>http://my.galagzee.com/2007/09/21/selecting-radio-button-in-javascript-with-jquery/comment-page-1/#comment-27576</link>
		<dc:creator>Flavio</dc:creator>
		<pubDate>Tue, 19 Oct 2010 20:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://my.galagzee.com/index.php/2007/09/21/selecting-radio-button-in-javascript-with-jquery/#comment-27576</guid>
		<description>Tks a lot!!

Jquery sometimes is strange.</description>
		<content:encoded><![CDATA[<p>Tks a lot!!</p>
<p>Jquery sometimes is strange.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan</title>
		<link>http://my.galagzee.com/2007/09/21/selecting-radio-button-in-javascript-with-jquery/comment-page-1/#comment-26878</link>
		<dc:creator>Evan</dc:creator>
		<pubDate>Fri, 01 Oct 2010 18:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://my.galagzee.com/index.php/2007/09/21/selecting-radio-button-in-javascript-with-jquery/#comment-26878</guid>
		<description>I was having an issue selecting a specific radio button in a group via it&#039;s set value. If you are attempting to do the same, be sure there is no space between the value clause and the name. Example:

$(#input[value=myvalue]) and not $(#input [value=myvalue]), as the latter will not find the button specified.</description>
		<content:encoded><![CDATA[<p>I was having an issue selecting a specific radio button in a group via it&#8217;s set value. If you are attempting to do the same, be sure there is no space between the value clause and the name. Example:</p>
<p>$(#input[value=myvalue]) and not $(#input [value=myvalue]), as the latter will not find the button specified.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fsdf</title>
		<link>http://my.galagzee.com/2007/09/21/selecting-radio-button-in-javascript-with-jquery/comment-page-1/#comment-26476</link>
		<dc:creator>fsdf</dc:creator>
		<pubDate>Tue, 21 Sep 2010 00:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://my.galagzee.com/index.php/2007/09/21/selecting-radio-button-in-javascript-with-jquery/#comment-26476</guid>
		<description>&lt;blockquote&gt;
&lt;a href=&quot;#comment-26475&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;em&gt;fsdf:&lt;/em&gt;&lt;/strong&gt;
&lt;/a&gt;
 &lt;blockquote&gt;
&lt;a href=&quot;#comment-894&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;em&gt;gorenje:&lt;/em&gt;&lt;/strong&gt;
&lt;/a&gt;
 I tried this out but couldn’t get it working. I ended up using the form plugin from jquery –&gt; &lt;a href=&quot;http://malsup.com/jquery/form/#download&quot; rel=&quot;nofollow&quot;&gt;http://malsup.com/jquery/form/#download&lt;/a&gt;
The plugin works a treat
&lt;/blockquote&gt;
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<blockquote><p>
<a href="#comment-26475" rel="nofollow"><br />
<strong><em>fsdf:</em></strong><br />
</a></p>
<blockquote><p>
<a href="#comment-894" rel="nofollow"><br />
<strong><em>gorenje:</em></strong><br />
</a><br />
 I tried this out but couldn’t get it working. I ended up using the form plugin from jquery –&gt; <a href="http://malsup.com/jquery/form/#download" rel="nofollow">http://malsup.com/jquery/form/#download</a><br />
The plugin works a treat
</p></blockquote>
</blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: fsdf</title>
		<link>http://my.galagzee.com/2007/09/21/selecting-radio-button-in-javascript-with-jquery/comment-page-1/#comment-26475</link>
		<dc:creator>fsdf</dc:creator>
		<pubDate>Tue, 21 Sep 2010 00:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://my.galagzee.com/index.php/2007/09/21/selecting-radio-button-in-javascript-with-jquery/#comment-26475</guid>
		<description>&lt;blockquote&gt;
&lt;a href=&quot;#comment-894&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;em&gt;gorenje:&lt;/em&gt;&lt;/strong&gt;
&lt;/a&gt;
 I tried this out but couldn’t get it working. I ended up using the form plugin from jquery –&gt; &lt;a href=&quot;http://malsup.com/jquery/form/#download&quot; rel=&quot;nofollow&quot;&gt;http://malsup.com/jquery/form/#download&lt;/a&gt;
The plugin works a treat  
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<blockquote><p>
<a href="#comment-894" rel="nofollow"><br />
<strong><em>gorenje:</em></strong><br />
</a><br />
 I tried this out but couldn’t get it working. I ended up using the form plugin from jquery –&gt; <a href="http://malsup.com/jquery/form/#download" rel="nofollow">http://malsup.com/jquery/form/#download</a><br />
The plugin works a treat
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Kaser</title>
		<link>http://my.galagzee.com/2007/09/21/selecting-radio-button-in-javascript-with-jquery/comment-page-1/#comment-24737</link>
		<dc:creator>Andrew Kaser</dc:creator>
		<pubDate>Sat, 17 Jul 2010 12:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://my.galagzee.com/index.php/2007/09/21/selecting-radio-button-in-javascript-with-jquery/#comment-24737</guid>
		<description>Thanks for this! A Friend of mine was having trouble with this and I was able to use this post to teach myself something new, and pass it on to another programmer.

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks for this! A Friend of mine was having trouble with this and I was able to use this post to teach myself something new, and pass it on to another programmer.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://my.galagzee.com/2007/09/21/selecting-radio-button-in-javascript-with-jquery/comment-page-1/#comment-24356</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 05 Jul 2010 17:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://my.galagzee.com/index.php/2007/09/21/selecting-radio-button-in-javascript-with-jquery/#comment-24356</guid>
		<description>@Rio : I didn&#039;t think about this one. It&#039;s what I needed, thanks.</description>
		<content:encoded><![CDATA[<p>@Rio : I didn&#8217;t think about this one. It&#8217;s what I needed, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rio</title>
		<link>http://my.galagzee.com/2007/09/21/selecting-radio-button-in-javascript-with-jquery/comment-page-1/#comment-21799</link>
		<dc:creator>Rio</dc:creator>
		<pubDate>Mon, 05 Apr 2010 18:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://my.galagzee.com/index.php/2007/09/21/selecting-radio-button-in-javascript-with-jquery/#comment-21799</guid>
		<description>Or you could just use

$(this).click();</description>
		<content:encoded><![CDATA[<p>Or you could just use</p>
<p>$(this).click();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JoaoLuiz</title>
		<link>http://my.galagzee.com/2007/09/21/selecting-radio-button-in-javascript-with-jquery/comment-page-1/#comment-20868</link>
		<dc:creator>JoaoLuiz</dc:creator>
		<pubDate>Wed, 10 Mar 2010 18:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://my.galagzee.com/index.php/2007/09/21/selecting-radio-button-in-javascript-with-jquery/#comment-20868</guid>
		<description>Reply to Martyn. To use on a button and a group of radios, use: $(&#039;input[name=X_Y_Z][value=A_B_C]&#039;).attr(&#039;checked&#039;,&#039;checked&#039;)</description>
		<content:encoded><![CDATA[<p>Reply to Martyn. To use on a button and a group of radios, use: $(&#8216;input[name=X_Y_Z][value=A_B_C]&#8216;).attr(&#8216;checked&#8217;,'checked&#8217;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

