<?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>Tue, 21 May 2013 00:41:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: anant</title>
		<link>http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood/comment-page-1#comment-88168</link>
		<dc:creator>anant</dc:creator>
		<pubDate>Thu, 16 May 2013 13:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=1055#comment-88168</guid>
		<description><![CDATA[Is there any attribute which arrange the list which display upon typing characters in ascending order!]]></description>
		<content:encoded><![CDATA[<p>Is there any attribute which arrange the list which display upon typing characters in ascending order!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shan</title>
		<link>http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood/comment-page-1#comment-88001</link>
		<dc:creator>Shan</dc:creator>
		<pubDate>Thu, 09 May 2013 09:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=1055#comment-88001</guid>
		<description><![CDATA[Hi,
  How can i put a custom image on the right side of the dropdown .]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
  How can i put a custom image on the right side of the dropdown .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rebecca Peltz</title>
		<link>http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood/comment-page-1#comment-87524</link>
		<dc:creator>Rebecca Peltz</dc:creator>
		<pubDate>Thu, 04 Apr 2013 16:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=1055#comment-87524</guid>
		<description><![CDATA[I&quot;m trying to add an input inline after the combo box.  I find that the combo box button overlaps the beginning (left) of the input by the amount of the &lt;a&gt; (button).  I&#039;m not sure why but would like to allow the input to follow without providing left padding.  Any ideas?

&lt;pre&gt;&lt;code&gt;
 $(&quot;&quot;)
                                    .attr(&quot;id&quot;, that.options.id + &quot;sb_cbo&quot;)
                                    .appendTo (wrapper)
                                    .combobox ({inputId:that.options.id + &quot;sb_cbo_value&quot;});
                                 
                                this.inputValue = $( &quot;&quot; )
                                    .appendTo( wrapper )
                                    .attr( &quot;title&quot;, &quot;&quot;) 
                                    .attr(&quot;id&quot;,that.options.id + &quot;input_value&quot;)
                                    .addClass( &quot;ui-sb-value ui-sb-input&quot; );
&lt;/code&gt;&lt;/pre&gt;&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>I&#8221;m trying to add an input inline after the combo box.  I find that the combo box button overlaps the beginning (left) of the input by the amount of the <a> (button).  I&#8217;m not sure why but would like to allow the input to follow without providing left padding.  Any ideas?</p>
<pre><code>
 $("")
                                    .attr("id", that.options.id + "sb_cbo")
                                    .appendTo (wrapper)
                                    .combobox ({inputId:that.options.id + "sb_cbo_value"});
                                 
                                this.inputValue = $( "" )
                                    .appendTo( wrapper )
                                    .attr( "title", "") 
                                    .attr("id",that.options.id + "input_value")
                                    .addClass( "ui-sb-value ui-sb-input" );
</code></pre>
<p></a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Itians</title>
		<link>http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood/comment-page-1#comment-87515</link>
		<dc:creator>Itians</dc:creator>
		<pubDate>Thu, 21 Mar 2013 06:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=1055#comment-87515</guid>
		<description><![CDATA[&lt;code&gt;

    input.data( &quot;autocomplete&quot; )._renderItem = function( ul, item ) {
      return $( &quot;&quot; )
        .data( &quot;item.autocomplete&quot;, item )
        .append( &quot;a&quot; + item.label + &quot;/a&quot; )
        .appendTo( ul );
    };

&lt;/code&gt;
In this code a tag has given to only list name(only word), so only when i click on word then only it get selected ...now i want when i go to item list li  and click it should select value]]></description>
		<content:encoded><![CDATA[<p><code></p>
<p>    input.data( "autocomplete" )._renderItem = function( ul, item ) {<br />
      return $( "" )<br />
        .data( "item.autocomplete", item )<br />
        .append( "a" + item.label + "/a" )<br />
        .appendTo( ul );<br />
    };</p>
<p></code><br />
In this code a tag has given to only list name(only word), so only when i click on word then only it get selected &#8230;now i want when i go to item list li  and click it should select value</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sofia Sanchez</title>
		<link>http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood/comment-page-1#comment-87476</link>
		<dc:creator>Sofia Sanchez</dc:creator>
		<pubDate>Thu, 14 Mar 2013 20:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=1055#comment-87476</guid>
		<description><![CDATA[Hi, 
 anyone know how you can call from the same  autocomplete combobox ie autocomplete return a JavaScript function that can be called from any combobox item.]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
 anyone know how you can call from the same  autocomplete combobox ie autocomplete return a JavaScript function that can be called from any combobox item.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Itians</title>
		<link>http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood/comment-page-1#comment-87474</link>
		<dc:creator>Itians</dc:creator>
		<pubDate>Thu, 14 Mar 2013 12:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=1055#comment-87474</guid>
		<description><![CDATA[Hi,

I am using this combobox but when I select one of the option,and then make it blank 
by backspace and directly click submit button,then previousaly selected value set to form
instead of blank value.....what to do]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am using this combobox but when I select one of the option,and then make it blank<br />
by backspace and directly click submit button,then previousaly selected value set to form<br />
instead of blank value&#8230;..what to do</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sangram</title>
		<link>http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood/comment-page-1#comment-87466</link>
		<dc:creator>Sangram</dc:creator>
		<pubDate>Wed, 06 Mar 2013 03:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=1055#comment-87466</guid>
		<description><![CDATA[How do I make alternate styles for rows displays in autocomplete ?.]]></description>
		<content:encoded><![CDATA[<p>How do I make alternate styles for rows displays in autocomplete ?.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood/comment-page-1#comment-87433</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 07 Feb 2013 19:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=1055#comment-87433</guid>
		<description><![CDATA[I had the same problem.  I solved it by adding this to my style sheet.
ul { height: 500px; overflow: auto; } (My container is larger than 500 px high)

This gives a scroll bar in the drop down list that does not cause it to lose focus.]]></description>
		<content:encoded><![CDATA[<p>I had the same problem.  I solved it by adding this to my style sheet.<br />
ul { height: 500px; overflow: auto; } (My container is larger than 500 px high)</p>
<p>This gives a scroll bar in the drop down list that does not cause it to lose focus.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo</title>
		<link>http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood/comment-page-1#comment-87431</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Thu, 07 Feb 2013 16:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=1055#comment-87431</guid>
		<description><![CDATA[Hi!

Why OPTGROUP tags inside the select is not working?????

It is very used by the sites.

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Why OPTGROUP tags inside the select is not working?????</p>
<p>It is very used by the sites.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ketan</title>
		<link>http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood/comment-page-1#comment-87426</link>
		<dc:creator>Ketan</dc:creator>
		<pubDate>Mon, 04 Feb 2013 10:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=1055#comment-87426</guid>
		<description><![CDATA[This is good tool but not compatible with Opera browser. Am I right? I tried the same on opera. It doesn&#039;t work for me. Is there any way to be work with Opera???]]></description>
		<content:encoded><![CDATA[<p>This is good tool but not compatible with Opera browser. Am I right? I tried the same on opera. It doesn&#8217;t work for me. Is there any way to be work with Opera???</p>
]]></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
Database Caching 5/19 queries in 0.006 seconds using disk
Object Caching 364/366 objects using disk
Content Delivery Network via learningjquery.kswedberg.netdna-cdn.com

 Served from: www.learningjquery.com @ 2013-05-24 05:05:03 by W3 Total Cache -->