I was searching a lightweight and crossbrowser compatible solution for my web site. Here is the solution i have successfully implemented:
Codes: http://www.jamipietila.fi/codeigniter-and-autocomplete-with-jquery/ Working Example: http://demosivut.net/demo/ci_jquery_autocomplete/index.php/autocomplete
But using jquery.ui costs 200 kb for js file and another 33 kb for css file.
I am planning to implement that autocomplete box into every pages and it seems that costs a lot for just a autocomplete box.
Is there a smaller solution for this ?