I\'m using jQuery in my project and I need to implement autocomplete, but I\'d like to avoid including jQuery UI widget, and hopefully use some specific external plugin. Could y
Here is one little autocomplete plugin written by me, please try: https://github.com/Fischer-L/autoComplt
Because I am not using jQuery and don't want to include some big libs just for one feature, I write for myself.
This plugin doesn't depend on other libs and doesn't have to include other CSS, so just including one JS script is enough.
P.S If you use it and find some thing which needs to be improved, please tell me :)