Autocomplete Without jQuery UI

后端 未结 8 953
野性不改
野性不改 2021-02-04 01:52

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

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-04 02:15

    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 :)

提交回复
热议问题