<?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: Combo Select Boxes In jQuery</title>
	<atom:link href="http://devblog.jasonhuck.com/2008/03/08/combo-select-boxes-in-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://devblog.jasonhuck.com/2008/03/08/combo-select-boxes-in-jquery/</link>
	<description>Rounder. Smoother. Rollier?</description>
	<pubDate>Fri, 05 Sep 2008 21:43:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: BbErSeRkK</title>
		<link>http://devblog.jasonhuck.com/2008/03/08/combo-select-boxes-in-jquery/#comment-294</link>
		<dc:creator>BbErSeRkK</dc:creator>
		<pubDate>Thu, 14 Aug 2008 04:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.jasonhuck.com/2008/03/08/combo-select-boxes-in-jquery/#comment-294</guid>
		<description>Hi There,
Nice work on combo select, it surprised me that this hasn't been implemented before.
anyhow, i've come accross an issue with ie6 where selected items are not transferred to the right combo box on initiation.
I'm trying to fix it, and will post back if i succeed</description>
		<content:encoded><![CDATA[<p>Hi There,<br />
Nice work on combo select, it surprised me that this hasn&#8217;t been implemented before.<br />
anyhow, i&#8217;ve come accross an issue with ie6 where selected items are not transferred to the right combo box on initiation.<br />
I&#8217;m trying to fix it, and will post back if i succeed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://devblog.jasonhuck.com/2008/03/08/combo-select-boxes-in-jquery/#comment-224</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 16 Jun 2008 14:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.jasonhuck.com/2008/03/08/combo-select-boxes-in-jquery/#comment-224</guid>
		<description>@Dave,

That's to keep options from one set of boxes from ending up in another, if there are multiple sets on the same page.

- Jason</description>
		<content:encoded><![CDATA[<p>@Dave,</p>
<p>That&#8217;s to keep options from one set of boxes from ending up in another, if there are multiple sets on the same page.</p>
<p>- Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://devblog.jasonhuck.com/2008/03/08/combo-select-boxes-in-jquery/#comment-223</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 16 Jun 2008 13:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.jasonhuck.com/2008/03/08/combo-select-boxes-in-jquery/#comment-223</guid>
		<description>Hi,

Great article, found it useful. I have one question: why do you do

var left = $(this).parent().parent().find('select.left option:selected'); 

instead of

var left = $('select.left option:selected');

?

Cheers</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great article, found it useful. I have one question: why do you do</p>
<p>var left = $(this).parent().parent().find(&#8217;select.left option:selected&#8217;); </p>
<p>instead of</p>
<p>var left = $(&#8217;select.left option:selected&#8217;);</p>
<p>?</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wheel 2.0: Jason Huck&#8217;s Devblog &#187; jQuery Combo Select Redux</title>
		<link>http://devblog.jasonhuck.com/2008/03/08/combo-select-boxes-in-jquery/#comment-45</link>
		<dc:creator>Wheel 2.0: Jason Huck&#8217;s Devblog &#187; jQuery Combo Select Redux</dc:creator>
		<pubDate>Sat, 26 Apr 2008 03:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.jasonhuck.com/2008/03/08/combo-select-boxes-in-jquery/#comment-45</guid>
		<description>[...] a followup to my previous post on creating comboselect boxes in jQuery, I have automated the process of transforming a normal multiselect input element into a comboselect [...]</description>
		<content:encoded><![CDATA[<p>[...] a followup to my previous post on creating comboselect boxes in jQuery, I have automated the process of transforming a normal multiselect input element into a comboselect [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://devblog.jasonhuck.com/2008/03/08/combo-select-boxes-in-jquery/#comment-43</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 24 Apr 2008 03:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.jasonhuck.com/2008/03/08/combo-select-boxes-in-jquery/#comment-43</guid>
		<description>I finally got around to wrapping this up into a plugin:

http://plugins.jquery.com/project/comboselect

You can try out a demo here:

http://devblog.jasonhuck.com/assets/comboselect_plugin/

You can set the labels for the add/remove buttons, choose whether to sort either column, and, by request, you can double-click to transfer items between lists.

Enjoy!</description>
		<content:encoded><![CDATA[<p>I finally got around to wrapping this up into a plugin:</p>
<p><a href="http://plugins.jquery.com/project/comboselect" rel="nofollow">http://plugins.jquery.com/project/comboselect</a></p>
<p>You can try out a demo here:</p>
<p><a href="http://devblog.jasonhuck.com/assets/comboselect_plugin/" rel="nofollow">http://devblog.jasonhuck.com/assets/comboselect_plugin/</a></p>
<p>You can set the labels for the add/remove buttons, choose whether to sort either column, and, by request, you can double-click to transfer items between lists.</p>
<p>Enjoy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vitor Almeida</title>
		<link>http://devblog.jasonhuck.com/2008/03/08/combo-select-boxes-in-jquery/#comment-32</link>
		<dc:creator>Vitor Almeida</dc:creator>
		<pubDate>Tue, 18 Mar 2008 14:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.jasonhuck.com/2008/03/08/combo-select-boxes-in-jquery/#comment-32</guid>
		<description>Nice script !! i like the order of options doesn't lost..

if u can help,  i need to change the order of options in the same select box, but i didn't has sucess to do this with jquery!

help =P</description>
		<content:encoded><![CDATA[<p>Nice script !! i like the order of options doesn&#8217;t lost..</p>
<p>if u can help,  i need to change the order of options in the same select box, but i didn&#8217;t has sucess to do this with jquery!</p>
<p>help =P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ap</title>
		<link>http://devblog.jasonhuck.com/2008/03/08/combo-select-boxes-in-jquery/#comment-31</link>
		<dc:creator>ap</dc:creator>
		<pubDate>Mon, 17 Mar 2008 16:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.jasonhuck.com/2008/03/08/combo-select-boxes-in-jquery/#comment-31</guid>
		<description>Nice job, looking forward to the plugin! Perhaps this would make a nice feature: optional doubleclick to transfer the value.</description>
		<content:encoded><![CDATA[<p>Nice job, looking forward to the plugin! Perhaps this would make a nice feature: optional doubleclick to transfer the value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Collin Allen</title>
		<link>http://devblog.jasonhuck.com/2008/03/08/combo-select-boxes-in-jquery/#comment-30</link>
		<dc:creator>Collin Allen</dc:creator>
		<pubDate>Sat, 15 Mar 2008 22:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.jasonhuck.com/2008/03/08/combo-select-boxes-in-jquery/#comment-30</guid>
		<description>Nice!  This example is so much more usable than the fragile control-click of a multiple select element.  A bit more work, of course, but the payoff is user confidence and a clearer UI.</description>
		<content:encoded><![CDATA[<p>Nice!  This example is so much more usable than the fragile control-click of a multiple select element.  A bit more work, of course, but the payoff is user confidence and a clearer UI.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://devblog.jasonhuck.com/2008/03/08/combo-select-boxes-in-jquery/#comment-27</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sun, 09 Mar 2008 12:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.jasonhuck.com/2008/03/08/combo-select-boxes-in-jquery/#comment-27</guid>
		<description>@Yuri:

Yep, I've seen that. It seems like a nice, general purpose plugin for working with select inputs. However, it might be nice to have something more specific for creating the combo-select type of control as well, i.e., you start with a normal, single multi-select input in your markup, and transform it into a combo-select via a plugin like so:

$('myselect').comboselect();

That's probably what I'll do with this at some point...</description>
		<content:encoded><![CDATA[<p>@Yuri:</p>
<p>Yep, I&#8217;ve seen that. It seems like a nice, general purpose plugin for working with select inputs. However, it might be nice to have something more specific for creating the combo-select type of control as well, i.e., you start with a normal, single multi-select input in your markup, and transform it into a combo-select via a plugin like so:</p>
<p>$(&#8217;myselect&#8217;).comboselect();</p>
<p>That&#8217;s probably what I&#8217;ll do with this at some point&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yuri</title>
		<link>http://devblog.jasonhuck.com/2008/03/08/combo-select-boxes-in-jquery/#comment-26</link>
		<dc:creator>Yuri</dc:creator>
		<pubDate>Sun, 09 Mar 2008 08:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.jasonhuck.com/2008/03/08/combo-select-boxes-in-jquery/#comment-26</guid>
		<description>There is a nice jQuery plug-in that does all those things -

http://www.texotela.co.uk/code/jquery/select/</description>
		<content:encoded><![CDATA[<p>There is a nice jQuery plug-in that does all those things -</p>
<p><a href="http://www.texotela.co.uk/code/jquery/select/" rel="nofollow">http://www.texotela.co.uk/code/jquery/select/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
