项目作者: Summer-Dong

项目描述 :
An auto complete jquery plugin.
高级语言: JavaScript
项目地址: git://github.com/Summer-Dong/auto-complete-for-text-input-box.git
创建时间: 2018-05-15T07:40:21Z
项目社区:https://github.com/Summer-Dong/auto-complete-for-text-input-box

开源协议:Apache License 2.0

下载


Auto-complete plugin in jquery

release

image

How to use:

  • import jquery source file, in this project, the jquery version is 1.7.1, but please note that if your jquery version is higher than this, there are some API were removed, like jquery.brower, see more detail in jquery spec and find your ways to fix it.
  • import the ‘jquery.autoCompleteToken.js‘ file.
  • Add the necessary css style that marked in ‘style.css‘ into your file, and you can adjust it as you like.
  • Call the plugin for an editable input box everywhere you need, for example:
    1. $("#input").autoCompleteToken('{', '}', [A, B, C, D, E, F, G]);

License

Copyright ©Summer Dong

Licensed under Apache license.