<?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: New release of jQuery selectbox replacement</title>
	<atom:link href="http://www.brainfault.com/2008/02/10/new-release-of-jquery-selectbox-replacement/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brainfault.com/2008/02/10/new-release-of-jquery-selectbox-replacement/</link>
	<description>Just another blog</description>
	<lastBuildDate>Tue, 09 Mar 2010 19:40:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Smeagol</title>
		<link>http://www.brainfault.com/2008/02/10/new-release-of-jquery-selectbox-replacement/comment-page-2/#comment-786</link>
		<dc:creator>Smeagol</dc:creator>
		<pubDate>Tue, 09 Mar 2010 19:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/2008/02/10/new-release-of-jquery-selectbox-replacement/#comment-786</guid>
		<description>I have the same problem as shanethehat, and im using 1.2 and IE 8, works good in ie 7</description>
		<content:encoded><![CDATA[<p>I have the same problem as shanethehat, and im using 1.2 and IE 8, works good in ie 7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brainfault</title>
		<link>http://www.brainfault.com/2008/02/10/new-release-of-jquery-selectbox-replacement/comment-page-2/#comment-784</link>
		<dc:creator>brainfault</dc:creator>
		<pubDate>Fri, 05 Mar 2010 19:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/2008/02/10/new-release-of-jquery-selectbox-replacement/#comment-784</guid>
		<description>@shanethehat please take a look at the newest version http://bit.ly/bS1M6H and check whether it&#039;s working</description>
		<content:encoded><![CDATA[<p>@shanethehat please take a look at the newest version <a href="http://bit.ly/bS1M6H" rel="nofollow">http://bit.ly/bS1M6H</a> and check whether it&#8217;s working</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shanethehat</title>
		<link>http://www.brainfault.com/2008/02/10/new-release-of-jquery-selectbox-replacement/comment-page-2/#comment-781</link>
		<dc:creator>shanethehat</dc:creator>
		<pubDate>Fri, 05 Mar 2010 12:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/2008/02/10/new-release-of-jquery-selectbox-replacement/#comment-781</guid>
		<description>First of all, thanks for this plug in.  It is very easy to implement.

I have a problem when using Opera, IE7(+) and Safari.  If a scrollbar is present in the list of options, clicking it will hide the list.  It seems like the scrollbar takes the focus and triggers the close.</description>
		<content:encoded><![CDATA[<p>First of all, thanks for this plug in.  It is very easy to implement.</p>
<p>I have a problem when using Opera, IE7(+) and Safari.  If a scrollbar is present in the list of options, clicking it will hide the list.  It seems like the scrollbar takes the focus and triggers the close.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zekia</title>
		<link>http://www.brainfault.com/2008/02/10/new-release-of-jquery-selectbox-replacement/comment-page-2/#comment-751</link>
		<dc:creator>zekia</dc:creator>
		<pubDate>Mon, 08 Feb 2010 11:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/2008/02/10/new-release-of-jquery-selectbox-replacement/#comment-751</guid>
		<description>Can you please reply to my question? I have tried a lot of things but didn&#039;t manage to solve this yet. There is obviously some kind of conflict between your script and the function that&#039;s been called onclick event. Please help</description>
		<content:encoded><![CDATA[<p>Can you please reply to my question? I have tried a lot of things but didn&#8217;t manage to solve this yet. There is obviously some kind of conflict between your script and the function that&#8217;s been called onclick event. Please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zekia</title>
		<link>http://www.brainfault.com/2008/02/10/new-release-of-jquery-selectbox-replacement/comment-page-2/#comment-749</link>
		<dc:creator>zekia</dc:creator>
		<pubDate>Fri, 29 Jan 2010 11:26:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/2008/02/10/new-release-of-jquery-selectbox-replacement/#comment-749</guid>
		<description>hello brainfault and thank you for this very usefull and simple to use plugin. 
In my page I use the selectbox as a jump menu. Unfortunately whenever I apply the Selectbox Replacement code, the jump menu looses it&#039;s functionality. I don&#039;t understand why and I was wondering if you could help me. It&#039;s just a few lines of code so please take a look of it. I&#039;m sure you can help.


$(document).ready(function() {
	$(&#039;#jumpMenu&#039;).selectbox({debug: true});
});
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+&quot;.location=&#039;&quot;+selObj.options[selObj.selectedIndex].value+&quot;&#039;&quot;);
  if (restore) selObj.selectedIndex=0;
}



first link
second link
third link
</description>
		<content:encoded><![CDATA[<p>hello brainfault and thank you for this very usefull and simple to use plugin.<br />
In my page I use the selectbox as a jump menu. Unfortunately whenever I apply the Selectbox Replacement code, the jump menu looses it&#8217;s functionality. I don&#8217;t understand why and I was wondering if you could help me. It&#8217;s just a few lines of code so please take a look of it. I&#8217;m sure you can help.</p>
<p>$(document).ready(function() {<br />
	$(&#8216;#jumpMenu&#8217;).selectbox({debug: true});<br />
});<br />
function MM_jumpMenu(targ,selObj,restore){ //v3.0<br />
  eval(targ+&#8221;.location=&#8217;&#8221;+selObj.options[selObj.selectedIndex].value+&#8221;&#8216;&#8221;);<br />
  if (restore) selObj.selectedIndex=0;<br />
}</p>
<p>first link<br />
second link<br />
third link</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: datingwebmaster</title>
		<link>http://www.brainfault.com/2008/02/10/new-release-of-jquery-selectbox-replacement/comment-page-2/#comment-739</link>
		<dc:creator>datingwebmaster</dc:creator>
		<pubDate>Tue, 26 Jan 2010 15:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/2008/02/10/new-release-of-jquery-selectbox-replacement/#comment-739</guid>
		<description>Finally a solution that works! Many thanks for sharing</description>
		<content:encoded><![CDATA[<p>Finally a solution that works! Many thanks for sharing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.brainfault.com/2008/02/10/new-release-of-jquery-selectbox-replacement/comment-page-2/#comment-718</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sun, 17 Jan 2010 18:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/2008/02/10/new-release-of-jquery-selectbox-replacement/#comment-718</guid>
		<description>Hi.   Is there anyway to make it so that anything that comes after the selectbox does not wrap to the next line?</description>
		<content:encoded><![CDATA[<p>Hi.   Is there anyway to make it so that anything that comes after the selectbox does not wrap to the next line?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamil</title>
		<link>http://www.brainfault.com/2008/02/10/new-release-of-jquery-selectbox-replacement/comment-page-2/#comment-714</link>
		<dc:creator>Kamil</dc:creator>
		<pubDate>Fri, 15 Jan 2010 12:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/2008/02/10/new-release-of-jquery-selectbox-replacement/#comment-714</guid>
		<description>Oops... cutted my html.
Once again:

[select name=&quot;test&quot;]
  [option value=&quot;value_with_underscore&quot;] test [/option]
  [option value=&quot;value_with_underscore2&quot;] test2 [/option]
[/select]</description>
		<content:encoded><![CDATA[<p>Oops&#8230; cutted my html.<br />
Once again:</p>
<p>[select name="test"]<br />
  [option value="value_with_underscore"] test [/option]<br />
  [option value="value_with_underscore2"] test2 [/option]<br />
[/select]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamil</title>
		<link>http://www.brainfault.com/2008/02/10/new-release-of-jquery-selectbox-replacement/comment-page-2/#comment-713</link>
		<dc:creator>Kamil</dc:creator>
		<pubDate>Fri, 15 Jan 2010 12:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/2008/02/10/new-release-of-jquery-selectbox-replacement/#comment-713</guid>
		<description>Hi, I found a nasty BUG.

when option tag has value that contains underscore then setting value to orginal select tag doesn&#039;t work.

To replicate this bug use following HTML.


   test 
   test2 
</description>
		<content:encoded><![CDATA[<p>Hi, I found a nasty BUG.</p>
<p>when option tag has value that contains underscore then setting value to orginal select tag doesn&#8217;t work.</p>
<p>To replicate this bug use following HTML.</p>
<p>   test<br />
   test2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.brainfault.com/2008/02/10/new-release-of-jquery-selectbox-replacement/comment-page-2/#comment-697</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Thu, 07 Jan 2010 11:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/2008/02/10/new-release-of-jquery-selectbox-replacement/#comment-697</guid>
		<description>Is there a compressed version of the code? It works perfectly for me (thanks for that), but when I compress the code it stops working for me, I was using &quot;http://javascriptcompressor.com/&quot;.</description>
		<content:encoded><![CDATA[<p>Is there a compressed version of the code? It works perfectly for me (thanks for that), but when I compress the code it stops working for me, I was using &#8220;http://javascriptcompressor.com/&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
