<?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 for Brainfault</title>
	<atom:link href="http://www.brainfault.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brainfault.com</link>
	<description>Just another blog</description>
	<pubDate>Sat, 19 Jul 2008 19:20:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on New release of jQuery selectbox replacement by Don</title>
		<link>http://www.brainfault.com/2008/02/10/new-release-of-jquery-selectbox-replacement/#comment-251</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Sat, 05 Jul 2008 22:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/2008/02/10/new-release-of-jquery-selectbox-replacement/#comment-251</guid>
		<description>Great plugin, one question though. I am trying to use this in a form that is invoked through a thickbox. If I view the page itself, it works fine; however, when loaded in an iframe in the thickbox, nothing happens. Thoughts?</description>
		<content:encoded><![CDATA[<p>Great plugin, one question though. I am trying to use this in a form that is invoked through a thickbox. If I view the page itself, it works fine; however, when loaded in an iframe in the thickbox, nothing happens. Thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery selectbox replacement by pkt</title>
		<link>http://www.brainfault.com/jquery-plugins/jquery-selectbox-replacement/#comment-250</link>
		<dc:creator>pkt</dc:creator>
		<pubDate>Thu, 03 Jul 2008 16:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/?page_id=17#comment-250</guid>
		<description>Tim, look at my previous comment, the selectbox creates an input and a container (for the closed and opened states). You can access those with

$(’#’ + id + ‘_input’) and $(’#’ + id + ‘_container’)

As for the gt and lt symbols, no idea, sorry.</description>
		<content:encoded><![CDATA[<p>Tim, look at my previous comment, the selectbox creates an input and a container (for the closed and opened states). You can access those with</p>
<p>$(’#’ + id + ‘_input’) and $(’#’ + id + ‘_container’)</p>
<p>As for the gt and lt symbols, no idea, sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery selectbox replacement by Tim</title>
		<link>http://www.brainfault.com/jquery-plugins/jquery-selectbox-replacement/#comment-249</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 03 Jul 2008 00:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/?page_id=17#comment-249</guid>
		<description>How do I get a copy of the instance once the select box has been created?  If I call $('#'+id).selectbox() it creates a new instance of the select box, which is definitely not what I want... Surely there must be a way to get a handle on the previously created select box?</description>
		<content:encoded><![CDATA[<p>How do I get a copy of the instance once the select box has been created?  If I call $(&#8217;#'+id).selectbox() it creates a new instance of the select box, which is definitely not what I want&#8230; Surely there must be a way to get a handle on the previously created select box?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL ERROR 1005 (HY000): Can&#8217;t create table &#8216;Table.frm&#8217; (errno: 150) by Tom</title>
		<link>http://www.brainfault.com/2008/02/15/mysql-error-1005-hy000-cant-create-table-tablefrm-errno-150/#comment-248</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 29 Jun 2008 16:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/2008/02/15/mysql-error-1005-hy000-cant-create-table-tablefrm-errno-150/#comment-248</guid>
		<description>Thanks for that initial post... exactly what I needed.</description>
		<content:encoded><![CDATA[<p>Thanks for that initial post&#8230; exactly what I needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Select Box replacement 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>Comment on Select Box replacement 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>Comment on Pin plugin reloaded by 刘军</title>
		<link>http://www.brainfault.com/2007/07/07/pin-plugin-reloaded/#comment-245</link>
		<dc:creator>刘军</dc:creator>
		<pubDate>Wed, 25 Jun 2008 05:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/2007/07/07/pin-plugin-reloaded/#comment-245</guid>
		<description>非常好！十分感谢！</description>
		<content:encoded><![CDATA[<p>非常好！十分感谢！</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery selectbox replacement by Tim</title>
		<link>http://www.brainfault.com/jquery-plugins/jquery-selectbox-replacement/#comment-244</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 25 Jun 2008 00:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/?page_id=17#comment-244</guid>
		<description>Arrgh.. Well my last comment didn't work very well - apparently the forum engine doesn't handle angle brackets very well either. Anyway, hope it was still parse-able..</description>
		<content:encoded><![CDATA[<p>Arrgh.. Well my last comment didn&#8217;t work very well - apparently the forum engine doesn&#8217;t handle angle brackets very well either. Anyway, hope it was still parse-able..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery selectbox replacement by Tim</title>
		<link>http://www.brainfault.com/jquery-plugins/jquery-selectbox-replacement/#comment-243</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 25 Jun 2008 00:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/?page_id=17#comment-243</guid>
		<description>Has anyone else encountered a bug where if you have angle brackets ( '' ) in the first option, they are not properly displayed? They show up as "&#62; or &#60;" in the selection. If anyone else sees this let me know, I'd like to know if this is a legitimate bug or if I'm doing it wrong. The standard "vanilla" select box in IE does not have this display problem for me.</description>
		<content:encoded><![CDATA[<p>Has anyone else encountered a bug where if you have angle brackets ( &#8221; ) in the first option, they are not properly displayed? They show up as &#8220;&gt; or &lt;&#8221; in the selection. If anyone else sees this let me know, I&#8217;d like to know if this is a legitimate bug or if I&#8217;m doing it wrong. The standard &#8220;vanilla&#8221; select box in IE does not have this display problem for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery selectbox replacement by bCl</title>
		<link>http://www.brainfault.com/jquery-plugins/jquery-selectbox-replacement/#comment-241</link>
		<dc:creator>bCl</dc:creator>
		<pubDate>Fri, 13 Jun 2008 23:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/?page_id=17#comment-241</guid>
		<description>Select box not work for &lt;strong&gt;optgroup&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Select box not work for <strong>optgroup</strong></p>
]]></content:encoded>
	</item>
</channel>
</rss>

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