Nice autocomplete textbox done in JavaScript. He based this off of the GMail autocomplete, and it seems to work nice. The basis of having the controlled list in your Array means you define beforehand the autocomplete choices, but that could work in certain circumstances I guess. I'd rather have an intelligent Array built off of previous choices I think.
I can't think of an instance offhand this morning where I could actively USE this feature, but I'm sure that there is one. It's a nice feature, and thus I'm sharing.
Tagged As Javascript
Comments are Open (1)
Posted at 08:06 AM
Comments
Jonas Raoni
I've made one too some months ago :]
http://www.jsfromhell.com/dhtml/incremental-search
Posted by: Jonas Raoni | August 20, 2005 11:42 AM