Jquery autocomplete forces a double click to get the drop down to show up. That’s no good for me. I’m using the jQuery autocomplete plugin instead of a Select box drop down. It needs to have the attributes of a dropdown, with the extra UI goodness of autocomplete pairing down a potentially huge dropdown list.
I’m going to be really lazy. I talked about the problem in a Google group thread here:
http://groups.google.com/group/jquery-en/browse_thread/thread/bb7b5df163aa9e2a/
Here’s the patched plugin code:
Enjoy!
11 bates, dickson
Excellent! Worked like a charm! Thankyou for posting it.
It should be noted this only works in conjunction with minChars = 0;
Thanks a lot !!! it is working really good !!!
Hi, its working fine when i’m click on the textbox but i need to trigger the auto complete while focus from some other box’x using “tab” key. Please advice me..