does anyone know of a lightweight alternative to the jquery-ui autocomplete plugin?
I'm not using any other jquery-ui components in the project (base lib is jquery 1.5.2). So dont feel I can justify adding 20k (minified) just for simple autocomplete on a single search field.
possible options so far are:
https://github.com/agarzola/jQueryAutocompletePlugin
http://code.google.com/p/jquery-autocomplete/
I dont want to roll my own plugin for such standard functionality .. surely there has to be a great solution out there already?