<?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"
	>
<channel>
	<title>Comments on: Select Box replacement</title>
	<atom:link href="http://www.brainfault.com/2007/07/23/select-box-replacement/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brainfault.com/2007/07/23/select-box-replacement/</link>
	<description>Just another blog</description>
	<pubDate>Mon, 06 Oct 2008 12:45:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Vimal Saifudin</title>
		<link>http://www.brainfault.com/2007/07/23/select-box-replacement/#comment-298</link>
		<dc:creator>Vimal Saifudin</dc:creator>
		<pubDate>Sun, 21 Sep 2008 08:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/2007/07/23/select-box-replacement/#comment-298</guid>
		<description>Excellent</description>
		<content:encoded><![CDATA[<p>Excellent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim W</title>
		<link>http://www.brainfault.com/2007/07/23/select-box-replacement/#comment-247</link>
		<dc:creator>Tim W</dc:creator>
		<pubDate>Sun, 29 Jun 2008 00:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/2007/07/23/select-box-replacement/#comment-247</guid>
		<description>newbie question:

How do I change the value displayed in the select box with javascript, after the select box has already been created? I've tried:

document.getElementById('my_select').selectedValue = x;

which doesn't give me an error but neither does it change the value of the select. I assume I need to call some method on the select box itself to get it to update? Any clues? Thanks for reading.</description>
		<content:encoded><![CDATA[<p>newbie question:</p>
<p>How do I change the value displayed in the select box with javascript, after the select box has already been created? I&#8217;ve tried:</p>
<p>document.getElementById(&#8217;my_select&#8217;).selectedValue = x;</p>
<p>which doesn&#8217;t give me an error but neither does it change the value of the select. I assume I need to call some method on the select box itself to get it to update? Any clues? Thanks for reading.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: immo</title>
		<link>http://www.brainfault.com/2007/07/23/select-box-replacement/#comment-246</link>
		<dc:creator>immo</dc:creator>
		<pubDate>Thu, 26 Jun 2008 14:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/2007/07/23/select-box-replacement/#comment-246</guid>
		<description>How can i  add an onlick event such as
 

I tried it like this example but it dosen't work.
Can you help me. Thx</description>
		<content:encoded><![CDATA[<p>How can i  add an onlick event such as</p>
<p>I tried it like this example but it dosen&#8217;t work.<br />
Can you help me. Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daci</title>
		<link>http://www.brainfault.com/2007/07/23/select-box-replacement/#comment-234</link>
		<dc:creator>Daci</dc:creator>
		<pubDate>Fri, 23 May 2008 13:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/2007/07/23/select-box-replacement/#comment-234</guid>
		<description>Can you fix this to work wiht optgroup too?



 ...

</description>
		<content:encoded><![CDATA[<p>Can you fix this to work wiht optgroup too?</p>
<p> &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hunka</title>
		<link>http://www.brainfault.com/2007/07/23/select-box-replacement/#comment-227</link>
		<dc:creator>Hunka</dc:creator>
		<pubDate>Mon, 12 May 2008 13:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/2007/07/23/select-box-replacement/#comment-227</guid>
		<description>Its really a nice plugin, thanks :)</description>
		<content:encoded><![CDATA[<p>Its really a nice plugin, thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brainfault</title>
		<link>http://www.brainfault.com/2007/07/23/select-box-replacement/#comment-221</link>
		<dc:creator>brainfault</dc:creator>
		<pubDate>Thu, 08 May 2008 10:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/2007/07/23/select-box-replacement/#comment-221</guid>
		<description>There's a dedicated page for the plugin now and it's there where you'll find any update
http://www.brainfault.com/jquery-plugins/jquery-selectbox-replacement/</description>
		<content:encoded><![CDATA[<p>There&#8217;s a dedicated page for the plugin now and it&#8217;s there where you&#8217;ll find any update<br />
<a href="http://www.brainfault.com/jquery-plugins/jquery-selectbox-replacement/" rel="nofollow">http://www.brainfault.com/jquery-plugins/jquery-selectbox-replacement/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colm</title>
		<link>http://www.brainfault.com/2007/07/23/select-box-replacement/#comment-220</link>
		<dc:creator>Colm</dc:creator>
		<pubDate>Thu, 08 May 2008 08:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/2007/07/23/select-box-replacement/#comment-220</guid>
		<description>Ok I got it. Sorry found the solution on the other blog through the "NB: A new version can be located here" link above in a post by Taha Paksu. Then all you have to do is add the style line in the select tag something like    . Hope that will help someone else. Thanks a million for the work everyone.</description>
		<content:encoded><![CDATA[<p>Ok I got it. Sorry found the solution on the other blog through the &#8220;NB: A new version can be located here&#8221; link above in a post by Taha Paksu. Then all you have to do is add the style line in the select tag something like    . Hope that will help someone else. Thanks a million for the work everyone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colm</title>
		<link>http://www.brainfault.com/2007/07/23/select-box-replacement/#comment-217</link>
		<dc:creator>Colm</dc:creator>
		<pubDate>Wed, 07 May 2008 14:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/2007/07/23/select-box-replacement/#comment-217</guid>
		<description>Thanks for the quick response. Sorry I didn't word my question very well. I'll try again.
I have for example 2 select box's that I want to replace using your genius plug in. However I would like to make select box A: 50px in width and, 
select box B 100px in width. 
How I would achieve this was my question.</description>
		<content:encoded><![CDATA[<p>Thanks for the quick response. Sorry I didn&#8217;t word my question very well. I&#8217;ll try again.<br />
I have for example 2 select box&#8217;s that I want to replace using your genius plug in. However I would like to make select box A: 50px in width and,<br />
select box B 100px in width.<br />
How I would achieve this was my question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brainfault</title>
		<link>http://www.brainfault.com/2007/07/23/select-box-replacement/#comment-216</link>
		<dc:creator>brainfault</dc:creator>
		<pubDate>Wed, 07 May 2008 03:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/2007/07/23/select-box-replacement/#comment-216</guid>
		<description>to apply the plugin to more than one select box you just have to assign a shared class to the select boxes and then apply $('myclass').selectbox(), the width of the replaced select is taken from the original 
say your select has 100px as width then the generated will have a 100px witdth</description>
		<content:encoded><![CDATA[<p>to apply the plugin to more than one select box you just have to assign a shared class to the select boxes and then apply $(&#8217;myclass&#8217;).selectbox(), the width of the replaced select is taken from the original<br />
say your select has 100px as width then the generated will have a 100px witdth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colm</title>
		<link>http://www.brainfault.com/2007/07/23/select-box-replacement/#comment-215</link>
		<dc:creator>Colm</dc:creator>
		<pubDate>Tue, 06 May 2008 21:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/2007/07/23/select-box-replacement/#comment-215</guid>
		<description>Hi,

Great work. I'm using it now. My question is how would I use the example for two or more select box's on the same page, but apply a different width to the select box's?
I have 0 js skill so I have only tried stuff out on the CSS file.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great work. I&#8217;m using it now. My question is how would I use the example for two or more select box&#8217;s on the same page, but apply a different width to the select box&#8217;s?<br />
I have 0 js skill so I have only tried stuff out on the CSS file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.296 seconds -->
