[jQuery] Dan Switzer's Autocomplete plugin - can I do this...

[jQuery] Dan Switzer's Autocomplete plugin - can I do this...

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16705" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=476410121-27082008><FONT face=Arial size=2>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?</FONT></SPAN></DIV>
<DIV><SPAN class=476410121-27082008><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=476410121-27082008><FONT face=Arial size=2>So if I've got the
following in my array:</FONT></SPAN></DIV>
<DIV><SPAN class=476410121-27082008><FONT face=Arial
size=2>["Accessories","Interior","Maintenance","Parts","Service","Tires","Vehicle
Sales"]</FONT></SPAN></DIV>
<DIV><SPAN class=476410121-27082008><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=476410121-27082008><FONT face=Arial size=2>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.</FONT></SPAN></DIV>
<DIV><SPAN class=476410121-27082008><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=476410121-27082008><FONT face=Arial size=2>I thought it would
be enough to put a click handler on the input field like so:</FONT></SPAN></DIV>
<DIV><SPAN class=476410121-27082008><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=476410121-27082008><FONT face=Arial
size=2>.click(function(){<BR>   
showResults();<BR> });</FONT></SPAN></DIV>
<DIV><SPAN class=476410121-27082008><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=476410121-27082008><FONT face=Arial size=2>but that doesn't
work. Anyone? Dan?</FONT></SPAN></DIV>
<DIV> </DIV>
<DIV align=left><SPAN style="FONT-SIZE: 14px"><B><FONT face="Century Gothic">
<DIV align=left><SPAN class=159130414-05012007><FONT face=Arial size=2><SPAN
class=159130414-05012007><FONT face=Arial
size=2>____________________________________</FONT></SPAN></FONT></SPAN></DIV>
<DIV><SPAN class=159130414-05012007><FONT face=Arial size=2><SPAN
class=159130414-05012007></SPAN></FONT></SPAN> </DIV>Andy
Matthews<BR></FONT></B></SPAN><SPAN style="FONT-SIZE: 11px"><FONT
face="Century Gothic"><SPAN
style="FONT-SIZE: 8.5pt; FONT-FAMILY: 'Century Gothic'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-no-proof: yes">Senior
ColdFusion Developer</SPAN><BR></FONT></SPAN><SPAN style="FONT-SIZE: 11px"><FONT
face="Century Gothic"><FONT color=#808080><SPAN
style="FONT-SIZE: 11px"></SPAN><IMG alt="" hspace=0
src="cid:476410121@27082008-25BD" align=baseline border=0></FONT><BR>Office:
 615.627.9747<BR>Fax:  615.467.6249</FONT></SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 11px"><FONT face="Century Gothic"><A
href="http://www.dealerskins.com/">www.dealerskins.com</A></FONT></SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 11px"></SPAN> </DIV>
<DIV><SPAN style="FONT-SIZE: 11px"><SPAN style="FONT-SIZE: 12px"><FONT
face="Century Gothic">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 <FONT
color=#fe6500>Aaron West</FONT> at <FONT
color=#0000ff><U>awest@dealerskins.com</U></FONT>.</FONT></SPAN></SPAN></DIV>
<DIV> </DIV></BODY></HTML>