I'm using Dan's autocomplete plugin in an app and it's working great. I just
have one question. I'm loading in all options (around 5-10) into an array
when the page loads. I'd like to trigger the list selection screen when the
user clicks into the text field. Is this possible?
 
So if I've got the following in my array:
["Accessories","Interior","Maintenance","Parts","Service","Tires","Vehicle
Sales"]
 
I'd like all of those items to display when the user clicks the text field.
Then, as they type, it would filter out other options. Or of course they
could select it straight away, or type their own.
 
I thought it would be enough to put a click handler on the input field like
so:
 
.click(function(){
    showResults();
 });
 
but that doesn't work. Anyone? Dan?
 
____________________________________
 
Andy Matthews
Senior ColdFusion Developer

Office:  615.627.9747
Fax:  615.467.6249
www.dealerskins.com <http://www.dealerskins.com/> 
 
Total customer satisfaction is my number 1 priority! If you are not
completely satisfied with the service I have provided, please let me know
right away so I can correct the problem, or notify my manager Aaron West at
[EMAIL PROTECTED]
 

<<attc0ada.jpg>>

Reply via email to