<?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: Custom Checkboxes, Radio Buttons, Custom Select Lists</title>
	<atom:link href="http://www.opensourcehunter.com/2008/10/06/custom-checkboxes-radio-buttons-custom-select-lists/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.opensourcehunter.com/2008/10/06/custom-checkboxes-radio-buttons-custom-select-lists/</link>
	<description>On the hunt for the best opensource resources and more....</description>
	<lastBuildDate>Sat, 04 Sep 2010 21:51:18 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jerry</title>
		<link>http://www.opensourcehunter.com/2008/10/06/custom-checkboxes-radio-buttons-custom-select-lists/#comment-3043</link>
		<dc:creator>Jerry</dc:creator>
		<pubDate>Wed, 11 Mar 2009 13:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcehunter.com/?p=680#comment-3043</guid>
		<description>just add a code at the bottom 


choose: function() {
		option = this.getElementsByTagName(&quot;option&quot;);
		for(d = 0; d &lt; option.length; d++) {
			if(option[d].selected == true) {
				document.getElementById(&quot;select&quot; + this.name).childNodes[0].nodeValue = option[d].childNodes[0].nodeValue;
				onchange=this.form.submit();
			}
		}
	}
}</description>
		<content:encoded><![CDATA[<p>just add a code at the bottom </p>
<p>choose: function() {<br />
		option = this.getElementsByTagName(&#8221;option&#8221;);<br />
		for(d = 0; d &lt; option.length; d++) {<br />
			if(option[d].selected == true) {<br />
				document.getElementById(&#8221;select&#8221; + this.name).childNodes[0].nodeValue = option[d].childNodes[0].nodeValue;<br />
				onchange=this.form.submit();<br />
			}<br />
		}<br />
	}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrdata</title>
		<link>http://www.opensourcehunter.com/2008/10/06/custom-checkboxes-radio-buttons-custom-select-lists/#comment-928</link>
		<dc:creator>mrdata</dc:creator>
		<pubDate>Tue, 20 Jan 2009 23:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcehunter.com/?p=680#comment-928</guid>
		<description>looks great... but it doesn&#039;t work with onchange event... =/</description>
		<content:encoded><![CDATA[<p>looks great&#8230; but it doesn&#8217;t work with onchange event&#8230; =/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: balaji</title>
		<link>http://www.opensourcehunter.com/2008/10/06/custom-checkboxes-radio-buttons-custom-select-lists/#comment-68</link>
		<dc:creator>balaji</dc:creator>
		<pubDate>Sat, 25 Oct 2008 11:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcehunter.com/?p=680#comment-68</guid>
		<description>great!
Stumbled!</description>
		<content:encoded><![CDATA[<p>great!<br />
Stumbled!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Hunter</title>
		<link>http://www.opensourcehunter.com/2008/10/06/custom-checkboxes-radio-buttons-custom-select-lists/#comment-21</link>
		<dc:creator>The Hunter</dc:creator>
		<pubDate>Mon, 06 Oct 2008 16:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcehunter.com/?p=680#comment-21</guid>
		<description>&lt;a href=&quot;#comment-19&quot; rel=&quot;nofollow&quot;&gt;@Stuart&lt;/a&gt; -
Yes i know but you can send the creator an email about this and with some luck there will be a version that does have keyboard accessibility.

Greetz</description>
		<content:encoded><![CDATA[<p><a href="#comment-19" rel="nofollow">@Stuart</a> -<br />
Yes i know but you can send the creator an email about this and with some luck there will be a version that does have keyboard accessibility.</p>
<p>Greetz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Hunter</title>
		<link>http://www.opensourcehunter.com/2008/10/06/custom-checkboxes-radio-buttons-custom-select-lists/#comment-20</link>
		<dc:creator>The Hunter</dc:creator>
		<pubDate>Mon, 06 Oct 2008 15:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcehunter.com/?p=680#comment-20</guid>
		<description>&lt;a href=&quot;#comment-18&quot; rel=&quot;nofollow&quot;&gt;@Phasy&lt;/a&gt; -
Yes this works in Google&#039;s Chrome(most of the stuff works great on Chrome).

Greetz</description>
		<content:encoded><![CDATA[<p><a href="#comment-18" rel="nofollow">@Phasy</a> -<br />
Yes this works in Google&#8217;s Chrome(most of the stuff works great on Chrome).</p>
<p>Greetz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart</title>
		<link>http://www.opensourcehunter.com/2008/10/06/custom-checkboxes-radio-buttons-custom-select-lists/#comment-19</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Mon, 06 Oct 2008 08:47:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcehunter.com/?p=680#comment-19</guid>
		<description>They look absolutely great - the only problem is, they don&#039;t seem to be keyboard accessible...</description>
		<content:encoded><![CDATA[<p>They look absolutely great &#8211; the only problem is, they don&#8217;t seem to be keyboard accessible&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phasy</title>
		<link>http://www.opensourcehunter.com/2008/10/06/custom-checkboxes-radio-buttons-custom-select-lists/#comment-18</link>
		<dc:creator>Phasy</dc:creator>
		<pubDate>Mon, 06 Oct 2008 08:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcehunter.com/?p=680#comment-18</guid>
		<description>And it even works in Google Chrome :)</description>
		<content:encoded><![CDATA[<p>And it even works in Google Chrome <img src='http://www.opensourcehunter.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
