I want to implement a ‘Search with Auto complete drop down’ but I don’t need ajax as all the data I need is already in JavaScript Arrays/Objects/Maps. Whats the most easiest way to implement this kind of search feature? It will be great if some one can post some simple example or point me to a tutorial.
Thanks
If you don’t want to include jQuery UI, you could try something like Better Autocomplete.