[jQuery] Autocomplete Multiple

2009-12-22 Thread avagarwal
Hi, I have set the autocomplete for multiple, as shown below. When I use the tab to select an entry it works fine, but you try using the mouse then it does not work correctly. Any suggestion on what may be the issue (using IE7) - $('#textbox').autocomplete('url',{ minChars:1, max:20

[jQuery] Re: Autocomplete

2009-01-16 Thread avagarwal
me plugin to fix select-problems in IE, just include > to apply toautocomplete > -- > > that is what is needed to fix your issue > > On Jan 16, 12:10 pm, avagarwal wrote: > > > Hi, > > > In IE6 we find that if

[jQuery] Autocomplete

2009-01-16 Thread avagarwal
Hi, In IE6 we find that if we have a combo box below the Autocomplete text box, the combo box displays on top of the item selection list that is displayed. Is there a work around for this. Thanks Anurag