[jQuery] Autocomplete like Google suggest?

[jQuery] Autocomplete like Google suggest?

Steven...
That's almost exactly what I need. Is it a pretty simple thing to change the
delay on the entry so that it feels a little more responsive?
Also, the list being returned doesn't seem to be sorted. Is your search
actually "live", using AJAX? It appears to be based on the icon on the right
side of the text field (GREAT idea by the way). I'm looking to do a "WHERE
column LIKE 'myVar%'" search, it appears that you're doing a "WHERE column
LIKE '%myVar%'" search.
Am I correct? I've already got the code for the query, I just need the
autocomplete portion.
<!----------------//------
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
andy@icglink.com
615.370.1530 x737
--------------//--------->
-----Original Message-----
From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On
Behalf Of Steven Wittens
Sent: Saturday, July 15, 2006 10:29 AM
To: jQuery Discussion.
Subject: Re: [jQuery] Autocomplete like Google suggest?
Op 15-jul-06, om 17:20 heeft DaveG het volgende geschreven: