<?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: Simple Combo Box jQuery plugin</title>
	<atom:link href="http://thunderguy.com/semicolon/2009/07/16/simple-combo-box-jquery-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://thunderguy.com/semicolon/2009/07/16/simple-combo-box-jquery-plugin/</link>
	<description>Software, the Internet and you.</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:10:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Bennett</title>
		<link>http://thunderguy.com/semicolon/2009/07/16/simple-combo-box-jquery-plugin/comment-page-2/#comment-129413</link>
		<dc:creator>Bennett</dc:creator>
		<pubDate>Tue, 07 Jun 2011 02:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.thunderguy.com/semicolon/?p=164#comment-129413</guid>
		<description>I&#039;ve just &lt;a href=&quot;http://www.thunderguy.com/semicolon/2011/06/07/simple-combo-jquery-plugin-1-1/&quot; rel=&quot;nofollow&quot;&gt;updated the plugin&lt;/a&gt; to address this and other lingering considerations.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just <a href="http://www.thunderguy.com/semicolon/2011/06/07/simple-combo-jquery-plugin-1-1/" rel="nofollow">updated the plugin</a> to address this and other lingering considerations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://thunderguy.com/semicolon/2009/07/16/simple-combo-box-jquery-plugin/comment-page-2/#comment-129388</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Mon, 06 Jun 2011 19:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.thunderguy.com/semicolon/?p=164#comment-129388</guid>
		<description>I just realized this as well, so I have to stick with 1.4.4 until this fix is ready.  Any idea when you will be able to troubleshoot this?

I would try myself, but I am new to jQuery, so the chances of me figuring it out are slim.  I did look at the release notes for 1.5, but I didn&#039;t see anything that seemed to relate to the features you are using in your code.

Thanks for a simple, great plugin!</description>
		<content:encoded><![CDATA[<p>I just realized this as well, so I have to stick with 1.4.4 until this fix is ready.  Any idea when you will be able to troubleshoot this?</p>
<p>I would try myself, but I am new to jQuery, so the chances of me figuring it out are slim.  I did look at the release notes for 1.5, but I didn&#8217;t see anything that seemed to relate to the features you are using in your code.</p>
<p>Thanks for a simple, great plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bennett</title>
		<link>http://thunderguy.com/semicolon/2009/07/16/simple-combo-box-jquery-plugin/comment-page-2/#comment-128771</link>
		<dc:creator>Bennett</dc:creator>
		<pubDate>Mon, 30 May 2011 04:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.thunderguy.com/semicolon/?p=164#comment-128771</guid>
		<description>It looks as if there was a change introduced in jQuery 1.5 that broke the plugin. I will fix this shortly.</description>
		<content:encoded><![CDATA[<p>It looks as if there was a change introduced in jQuery 1.5 that broke the plugin. I will fix this shortly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trent</title>
		<link>http://thunderguy.com/semicolon/2009/07/16/simple-combo-box-jquery-plugin/comment-page-2/#comment-128571</link>
		<dc:creator>Trent</dc:creator>
		<pubDate>Fri, 27 May 2011 13:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thunderguy.com/semicolon/?p=164#comment-128571</guid>
		<description>To fix the blank value attribute of the new typed item you can add:

typingArea.attr(&#039;value&#039;,text);

on line 84, just after this line:

typingArea.text(text);

That will make the value attribute always match the text of that option element.  Thanks for the handy plugin!!</description>
		<content:encoded><![CDATA[<p>To fix the blank value attribute of the new typed item you can add:</p>
<p>typingArea.attr(&#8216;value&#8217;,text);</p>
<p>on line 84, just after this line:</p>
<p>typingArea.text(text);</p>
<p>That will make the value attribute always match the text of that option element.  Thanks for the handy plugin!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J</title>
		<link>http://thunderguy.com/semicolon/2009/07/16/simple-combo-box-jquery-plugin/comment-page-2/#comment-125806</link>
		<dc:creator>J</dc:creator>
		<pubDate>Tue, 12 Apr 2011 21:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.thunderguy.com/semicolon/?p=164#comment-125806</guid>
		<description>How to make the existing select items editable with this plugin?</description>
		<content:encoded><![CDATA[<p>How to make the existing select items editable with this plugin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bennett</title>
		<link>http://thunderguy.com/semicolon/2009/07/16/simple-combo-box-jquery-plugin/comment-page-2/#comment-125380</link>
		<dc:creator>Bennett</dc:creator>
		<pubDate>Tue, 05 Apr 2011 18:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.thunderguy.com/semicolon/?p=164#comment-125380</guid>
		<description>Thanks @Ron, I&#039;ll be interested to see what you come up with!</description>
		<content:encoded><![CDATA[<p>Thanks @Ron, I&#8217;ll be interested to see what you come up with!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://thunderguy.com/semicolon/2009/07/16/simple-combo-box-jquery-plugin/comment-page-2/#comment-124329</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Fri, 18 Mar 2011 21:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.thunderguy.com/semicolon/?p=164#comment-124329</guid>
		<description>I am running jquery 1.3.2 and this thing works like a charm.  It was exactly what I was looking for.
I am going to modify it alittle to maybe change the option&#039;s color when text is typed in, maybe a variable location on the typed in field...  I will try to send you the modified js file once i am done.

Thank you!</description>
		<content:encoded><![CDATA[<p>I am running jquery 1.3.2 and this thing works like a charm.  It was exactly what I was looking for.<br />
I am going to modify it alittle to maybe change the option&#8217;s color when text is typed in, maybe a variable location on the typed in field&#8230;  I will try to send you the modified js file once i am done.</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://thunderguy.com/semicolon/2009/07/16/simple-combo-box-jquery-plugin/comment-page-2/#comment-123164</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 28 Feb 2011 03:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.thunderguy.com/semicolon/?p=164#comment-123164</guid>
		<description>Having issues with it working with the latest version of jQuery (1.5.1). I tried the same code with the 1.3 version on the Google CDN and it works.</description>
		<content:encoded><![CDATA[<p>Having issues with it working with the latest version of jQuery (1.5.1). I tried the same code with the 1.3 version on the Google CDN and it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Semi Colin</title>
		<link>http://thunderguy.com/semicolon/2009/07/16/simple-combo-box-jquery-plugin/comment-page-1/#comment-121370</link>
		<dc:creator>Semi Colin</dc:creator>
		<pubDate>Mon, 31 Jan 2011 16:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.thunderguy.com/semicolon/?p=164#comment-121370</guid>
		<description>Great plugin thanks.

The latest version of jQuery (1.4.4) seems to be breaking simple combo in webkit browsers, the textbox is still there, but  inputting text becomes impossible.</description>
		<content:encoded><![CDATA[<p>Great plugin thanks.</p>
<p>The latest version of jQuery (1.4.4) seems to be breaking simple combo in webkit browsers, the textbox is still there, but  inputting text becomes impossible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Trabucco</title>
		<link>http://thunderguy.com/semicolon/2009/07/16/simple-combo-box-jquery-plugin/comment-page-1/#comment-119436</link>
		<dc:creator>Tony Trabucco</dc:creator>
		<pubDate>Mon, 03 Jan 2011 02:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.thunderguy.com/semicolon/?p=164#comment-119436</guid>
		<description>Looking for something (a widget? -- I&#039;m not a programmer) that will provide a substitute or complement the Windows 7 &quot;save-as&quot; function.

I routinely save a number of documents (about 25 or 30 per set).  Each of the documents in the set has a name unique from the others in the set and each set is stored in a separate sub-directory (one subdirectory per each of my clients).

With the exception of the sub-directory, the names of each of the documents within the sets are identical to the names of documents in the sets.  Any suggestions?

In simpler terms, I am a Realtor and each transaction has 25 or 30 documents -- documents are the same from transaction to transaction.  I want to scan each document, and then save it with the same exact name (for the specific document) each time -- just to a different client&#039;s subdirectory on my hard drive.  It would be much simpler if, in the &quot;save-as&quot; dialogue box I could simply select the appropriate document name from the list, while pointing it is a specific sub-directory.</description>
		<content:encoded><![CDATA[<p>Looking for something (a widget? &#8212; I&#8217;m not a programmer) that will provide a substitute or complement the Windows 7 &#8220;save-as&#8221; function.</p>
<p>I routinely save a number of documents (about 25 or 30 per set).  Each of the documents in the set has a name unique from the others in the set and each set is stored in a separate sub-directory (one subdirectory per each of my clients).</p>
<p>With the exception of the sub-directory, the names of each of the documents within the sets are identical to the names of documents in the sets.  Any suggestions?</p>
<p>In simpler terms, I am a Realtor and each transaction has 25 or 30 documents &#8212; documents are the same from transaction to transaction.  I want to scan each document, and then save it with the same exact name (for the specific document) each time &#8212; just to a different client&#8217;s subdirectory on my hard drive.  It would be much simpler if, in the &#8220;save-as&#8221; dialogue box I could simply select the appropriate document name from the list, while pointing it is a specific sub-directory.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

