<?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: Get selected value of radio button using YUI 3</title>
	<atom:link href="http://www.stpe.se/2009/12/selected-value-radio-button-yui-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stpe.se/2009/12/selected-value-radio-button-yui-javascript/</link>
	<description>Not a blog, more a log.</description>
	<lastBuildDate>Mon, 06 Feb 2012 12:08:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Nick Weavers</title>
		<link>http://www.stpe.se/2009/12/selected-value-radio-button-yui-javascript/comment-page-1/#comment-6324</link>
		<dc:creator>Nick Weavers</dc:creator>
		<pubDate>Tue, 23 Nov 2010 06:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.stpe.se/?p=170#comment-6324</guid>
		<description>For me
[code]var value = Y.one(&#039;[name=myoptions]:checked&#039;).get(&#039;value&#039;);[/code]
results in a javascript error if no radio button is selected</description>
		<content:encoded><![CDATA[<p>For me</p>
<pre class="brush: plain; title: ; notranslate">var value = Y.one('[name=myoptions]:checked').get('value');</pre>
<p>results in a javascript error if no radio button is selected</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Murray</title>
		<link>http://www.stpe.se/2009/12/selected-value-radio-button-yui-javascript/comment-page-1/#comment-6245</link>
		<dc:creator>Michael Murray</dc:creator>
		<pubDate>Wed, 31 Mar 2010 02:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.stpe.se/?p=170#comment-6245</guid>
		<description>Your one-liner will work in IE if you include the &#039;selector-css3&#039; module.</description>
		<content:encoded><![CDATA[<p>Your one-liner will work in IE if you include the &#8216;selector-css3&#8242; module.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

