<?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 Prototype Javascript to get the value of a radio group</title>
	<atom:link href="http://bluedogwebservices.com/using-prototype-javascript-to-get-the-value-of-a-radio-group/feed/" rel="self" type="application/rss+xml" />
	<link>http://bluedogwebservices.com/using-prototype-javascript-to-get-the-value-of-a-radio-group/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-prototype-javascript-to-get-the-value-of-a-radio-group</link>
	<description>BlueDog Web Services</description>
	<lastBuildDate>Wed, 09 May 2012 20:39:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-beta3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jay</title>
		<link>http://bluedogwebservices.com/using-prototype-javascript-to-get-the-value-of-a-radio-group/#comment-69</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Thu, 25 Aug 2011 18:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/using-prototype-javascript-to-get-the-value-of-a-radio-group/#comment-69</guid>
		<description>$$(‘input[name=”my_radio_button_name”]:checked’).first().value</description>
		<content:encoded><![CDATA[<p>$$(‘input[name=”my_radio_button_name”]:checked’).first().value</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://bluedogwebservices.com/using-prototype-javascript-to-get-the-value-of-a-radio-group/#comment-68</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Fri, 22 Oct 2010 06:28:37 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/using-prototype-javascript-to-get-the-value-of-a-radio-group/#comment-68</guid>
		<description>This saved me a while of writing the same code. Thanks bunches!</description>
		<content:encoded><![CDATA[<p>This saved me a while of writing the same code. Thanks bunches!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaylightGambler</title>
		<link>http://bluedogwebservices.com/using-prototype-javascript-to-get-the-value-of-a-radio-group/#comment-67</link>
		<dc:creator>DaylightGambler</dc:creator>
		<pubDate>Sat, 26 Jun 2010 14:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/using-prototype-javascript-to-get-the-value-of-a-radio-group/#comment-67</guid>
		<description>Thanks for this - really useful and just what I needed to sort out some radio group validation.</description>
		<content:encoded><![CDATA[<p>Thanks for this &#8211; really useful and just what I needed to sort out some radio group validation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: camposgalan (Omar Campos)</title>
		<link>http://bluedogwebservices.com/using-prototype-javascript-to-get-the-value-of-a-radio-group/#comment-66</link>
		<dc:creator>camposgalan (Omar Campos)</dc:creator>
		<pubDate>Fri, 04 Jun 2010 17:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/using-prototype-javascript-to-get-the-value-of-a-radio-group/#comment-66</guid>
		<description>Get the value of a radio group with #prototype - http://xavisys.com/using-prototype-javascript-to-get-the-value-of-a-radio-group/</description>
		<content:encoded><![CDATA[<p>Get the value of a radio group with #prototype &#8211; <a href="http://xavisys.com/using-prototype-javascript-to-get-the-value-of-a-radio-group/" rel="nofollow">http://xavisys.com/using-prototype-javascript-to-get-the-value-of-a-radio-group/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AaronCampbell</title>
		<link>http://bluedogwebservices.com/using-prototype-javascript-to-get-the-value-of-a-radio-group/#comment-65</link>
		<dc:creator>AaronCampbell</dc:creator>
		<pubDate>Mon, 23 Nov 2009 19:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/using-prototype-javascript-to-get-the-value-of-a-radio-group/#comment-65</guid>
		<description>$F is a built-in prototype function: http://prototypejs.org/api/utility#method-$f</description>
		<content:encoded><![CDATA[<p>$F is a built-in prototype function: <a href="http://prototypejs.org/api/utility#method-$f" rel="nofollow">http://prototypejs.org/api/utility#method-$f</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcio Chaves</title>
		<link>http://bluedogwebservices.com/using-prototype-javascript-to-get-the-value-of-a-radio-group/#comment-64</link>
		<dc:creator>Marcio Chaves</dc:creator>
		<pubDate>Mon, 23 Nov 2009 19:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/using-prototype-javascript-to-get-the-value-of-a-radio-group/#comment-64</guid>
		<description>Hi anyone, that&#039;s what  I&#039;m looking for .
But where is  $F function, to complete the resource published by Aaron ?
Thanks for any help.</description>
		<content:encoded><![CDATA[<p>Hi anyone, that&#8217;s what  I&#8217;m looking for .<br />
But where is  $F function, to complete the resource published by Aaron ?<br />
Thanks for any help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: umpirsky</title>
		<link>http://bluedogwebservices.com/using-prototype-javascript-to-get-the-value-of-a-radio-group/#comment-63</link>
		<dc:creator>umpirsky</dc:creator>
		<pubDate>Fri, 18 Sep 2009 11:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/using-prototype-javascript-to-get-the-value-of-a-radio-group/#comment-63</guid>
		<description>Comment above solves it all, css selectors rocks!</description>
		<content:encoded><![CDATA[<p>Comment above solves it all, css selectors rocks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerhard D.</title>
		<link>http://bluedogwebservices.com/using-prototype-javascript-to-get-the-value-of-a-radio-group/#comment-62</link>
		<dc:creator>Gerhard D.</dc:creator>
		<pubDate>Thu, 04 Jun 2009 12:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/using-prototype-javascript-to-get-the-value-of-a-radio-group/#comment-62</guid>
		<description>Hello!

Thanks for writing about this topic. I ran accross this radio button problem today and found Jun Wan&#039;s solution (see some comments above) useful, and by the way, it works with the current prototype version:

$$(’input:checked[type=&quot;radio&quot;][name=&quot;color&quot;]‘).pluck(’value’)</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>Thanks for writing about this topic. I ran accross this radio button problem today and found Jun Wan&#8217;s solution (see some comments above) useful, and by the way, it works with the current prototype version:</p>
<p>$$(’input:checked[type="radio"][name="color"]‘).pluck(’value’)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rainer Larin</title>
		<link>http://bluedogwebservices.com/using-prototype-javascript-to-get-the-value-of-a-radio-group/#comment-61</link>
		<dc:creator>Rainer Larin</dc:creator>
		<pubDate>Tue, 05 May 2009 14:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/using-prototype-javascript-to-get-the-value-of-a-radio-group/#comment-61</guid>
		<description>The previous comment is for select radio buttons in code with Prototype framework</description>
		<content:encoded><![CDATA[<p>The previous comment is for select radio buttons in code with Prototype framework</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rainer Larin</title>
		<link>http://bluedogwebservices.com/using-prototype-javascript-to-get-the-value-of-a-radio-group/#comment-60</link>
		<dc:creator>Rainer Larin</dc:creator>
		<pubDate>Tue, 05 May 2009 14:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/using-prototype-javascript-to-get-the-value-of-a-radio-group/#comment-60</guid>
		<description>The previous comment is for select radio buttons in code</description>
		<content:encoded><![CDATA[<p>The previous comment is for select radio buttons in code</p>
]]></content:encoded>
	</item>
</channel>
</rss>

