Building a Local Auto-Completer

It's been a while since the last posting so I wanted to get some more tips up here.  Just been real busy lately getting ready for the Winter Music Conference next month, but lots more coming soon!

Today's code is pretty straight forward.  It doesn't really use any AJAX, just takes advantage of the Auto-Completer class of Scriptaculous to create customized drop downs that filter themselves as you type.  This is called a local auto-completer since all of the data needed to create it is available when the page is called - there is no remote data coming in via AJAX.  For this example, we'll use the a list of ColdFusion functions.

[More]

TweetBacks
Comments
Paulo's Gravatar show
# Posted By Paulo | 12/1/06 4:19 PM
Joe Danziger's Gravatar There is an example built right into the page above. Try entering "cf" into the input field.
# Posted By Joe Danziger | 12/4/06 3:34 PM