<?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: A jQuery UI Combobox: Under the hood</title>
	<atom:link href="http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood/feed" rel="self" type="application/rss+xml" />
	<link>http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood</link>
	<description>Tips, techniques, and tutorials for the jQuery JavaScript library</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:50:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sindhu</title>
		<link>http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood/comment-page-1#comment-86507</link>
		<dc:creator>Sindhu</dc:creator>
		<pubDate>Fri, 03 Feb 2012 13:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=1055#comment-86507</guid>
		<description>Can we use a similar code to populate two consecutive combo boxes ?

Selection of value in the first combo box should display a set of values in the second combo box , with selected value shown in the text content of the second combo box. 

Right now, on change of first combo box value, the second combo box value is changing with the input text content being same as the previous selection.

Please help!</description>
		<content:encoded><![CDATA[<p>Can we use a similar code to populate two consecutive combo boxes ?</p>
<p>Selection of value in the first combo box should display a set of values in the second combo box , with selected value shown in the text content of the second combo box. </p>
<p>Right now, on change of first combo box value, the second combo box value is changing with the input text content being same as the previous selection.</p>
<p>Please help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil Woona</title>
		<link>http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood/comment-page-1#comment-86302</link>
		<dc:creator>Anil Woona</dc:creator>
		<pubDate>Mon, 16 Jan 2012 19:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=1055#comment-86302</guid>
		<description>I have an existing SELECT and would like to implement autocomplete widget on it.  But my SELECT element uses OPTGROUP to group the options. I tried to use this widget, but coming up with empty results in the combobox. Any help is appreciated! Thank You!</description>
		<content:encoded><![CDATA[<p>I have an existing SELECT and would like to implement autocomplete widget on it.  But my SELECT element uses OPTGROUP to group the options. I tried to use this widget, but coming up with empty results in the combobox. Any help is appreciated! Thank You!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmed</title>
		<link>http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood/comment-page-1#comment-84449</link>
		<dc:creator>Ahmed</dc:creator>
		<pubDate>Thu, 22 Sep 2011 21:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=1055#comment-84449</guid>
		<description>How can I pass the value of minLength to the function</description>
		<content:encoded><![CDATA[<p>How can I pass the value of minLength to the function</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: me</title>
		<link>http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood/comment-page-1#comment-84357</link>
		<dc:creator>me</dc:creator>
		<pubDate>Thu, 01 Sep 2011 22:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=1055#comment-84357</guid>
		<description>select elements only match to the beginning of the string you typed. The combobox also matches to internal strings,, and presents all matches together. 

Select example: Type app, go the first item &quot;apple,&quot; type it again, go to the second item &quot;applications,&quot; type it again, go to the third item &quot;applied science.&quot; If these were in alphabetical order, you could use the down arrow to scroll through them, but if they were not contiguous, you would not see all items that start with app all together. 

Combobox example: Type app, pulldown presents apple, applications, applied science, bad apple, snapple, other apps....</description>
		<content:encoded><![CDATA[<p>select elements only match to the beginning of the string you typed. The combobox also matches to internal strings,, and presents all matches together. </p>
<p>Select example: Type app, go the first item &#8220;apple,&#8221; type it again, go to the second item &#8220;applications,&#8221; type it again, go to the third item &#8220;applied science.&#8221; If these were in alphabetical order, you could use the down arrow to scroll through them, but if they were not contiguous, you would not see all items that start with app all together. </p>
<p>Combobox example: Type app, pulldown presents apple, applications, applied science, bad apple, snapple, other apps&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood/comment-page-1#comment-84291</link>
		<dc:creator>George</dc:creator>
		<pubDate>Tue, 09 Aug 2011 17:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=1055#comment-84291</guid>
		<description>Can this combobox be added to the official jquery ui release?</description>
		<content:encoded><![CDATA[<p>Can this combobox be added to the official jquery ui release?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slammer</title>
		<link>http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood/comment-page-1#comment-84288</link>
		<dc:creator>Slammer</dc:creator>
		<pubDate>Tue, 09 Aug 2011 15:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=1055#comment-84288</guid>
		<description>Hey I figured it out. I&#039;m sure you have too, but for future visitors. 

Under the source: 
create a variable for EXAMPLE: var re = $.ui.autocomplete.escapeRegex(request.term);
then set the (var matcher = new RegExp( &quot;^&quot; + re, &quot;i&quot; );

Run it and it should work.</description>
		<content:encoded><![CDATA[<p>Hey I figured it out. I&#8217;m sure you have too, but for future visitors. </p>
<p>Under the source:<br />
create a variable for EXAMPLE: var re = $.ui.autocomplete.escapeRegex(request.term);<br />
then set the (var matcher = new RegExp( &#8220;^&#8221; + re, &#8220;i&#8221; );</p>
<p>Run it and it should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slammer</title>
		<link>http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood/comment-page-1#comment-84280</link>
		<dc:creator>Slammer</dc:creator>
		<pubDate>Mon, 08 Aug 2011 19:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=1055#comment-84280</guid>
		<description>Can anyone help with getting the regex to only display what is being typed if matched. Example: if you press c it will bring up everything that starts with c and not words with c in it? Any help would be great.</description>
		<content:encoded><![CDATA[<p>Can anyone help with getting the regex to only display what is being typed if matched. Example: if you press c it will bring up everything that starts with c and not words with c in it? Any help would be great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood/comment-page-1#comment-83734</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sat, 28 May 2011 07:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=1055#comment-83734</guid>
		<description>Hi all,
is there a way to load data from an array instead of a list of options?
Could you please teach me how to do that?
Thank you!</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
is there a way to load data from an array instead of a list of options?<br />
Could you please teach me how to do that?<br />
Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood/comment-page-1#comment-83596</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 01 Apr 2011 00:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=1055#comment-83596</guid>
		<description>Hello.  I love this widget but I have been stuggling for hours to try and figure out how to get it to autofill the input box, or do a SelectFirst or mouseenter on the first item.  Any idea?  I&#039;ve seen bits and pieces of code referring to how to tweak the autosuggest to do autofill but nothing relating to the combobox application.  Thanks!</description>
		<content:encoded><![CDATA[<p>Hello.  I love this widget but I have been stuggling for hours to try and figure out how to get it to autofill the input box, or do a SelectFirst or mouseenter on the first item.  Any idea?  I&#8217;ve seen bits and pieces of code referring to how to tweak the autosuggest to do autofill but nothing relating to the combobox application.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tahina</title>
		<link>http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood/comment-page-1#comment-83568</link>
		<dc:creator>tahina</dc:creator>
		<pubDate>Fri, 18 Mar 2011 04:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=1055#comment-83568</guid>
		<description>a have a problem to use my code inside the jquery ui - autocomplete combobox. please help.

i want to use the following code:
&lt;pre&gt;&lt;code&gt;




&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>a have a problem to use my code inside the jquery ui &#8211; autocomplete combobox. please help.</p>
<p>i want to use the following code:</p>
<pre><code>

</code></pre>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 7/21 queries in 0.008 seconds using disk: basic
Object Caching 371/377 objects using disk: basic
Content Delivery Network via learningjquery.kswedberg.netdna-cdn.com

Served from: www.learningjquery.com @ 2012-02-08 17:31:19 -->
