Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

lite weight and SIMPLE jquery auto suggest/autocomplete?

all i need is a very simple auto complete that suggests words that have the letters the user is typing in them, very simple, nothing fancy, either inline or from an external file, i only need about 20 or so results to be suggested total.

I saw this one: http://jquery.bassistance.de/autocomplete/demo/?

but it's 8kb, which is pretty big for what I need it for, does anyone know of a smaller light weight autocomplete script? or does anyone know the jquery to provide a super simple autocomple?

and i'm not using Jquery UI, that's a crappy bloated add-on to Jquery, so I can't use their autocomplete, i'm sure it's 10000mb large anyways.

like image 802
android.nick Avatar asked Oct 14 '10 22:10

android.nick


1 Answers

http://tomcoote.co.uk/code-bank/jquery-json-suggestsearch-box/ customize this as per your requirement

like image 77
AsifQadri Avatar answered Sep 29 '22 23:09

AsifQadri