百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
J

jquery-autocomplete

> 编程语言
开源

原始的 jQuery 自动完成器。不需要其他插件。支持本地和远程数据集、纯文本和 JSON 数据、各种选项和回调函数

395 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

原始的 jQuery 自动完成器。不需要其他插件。支持本地和远程数据集、纯文本和 JSON 数据、各种选项和回调函数

jquery-autocomplete

NOTE: THIS PROJECT IS RETIRED / ABANDONED

The time has come to retire this project. The code is not up to my current programming standards, and I don't feel motivated enought to go through another rewrite. There is also not much need, because of excellent alternatives like Select2 (http://ivaynberg.github.io/select2/) and the various jQuery autocomplete efforts that have evolved from or parrallel to my original (just google jquery autocomplete).

This means that current and future bugs probably won't be fixed, unless the project finds a new caretaker. Contact me if you are interested in that role.

I'm immensely proud that this autocompleter has served the web as long as it has. It's found is way into all kinds of projects and web sites (including Barack Obama's campaign and several Mozilla projects). Thank you all!

Dylan Verheul http://dyve.net

What is it?

Transforms an INPUT element into an autocompleter. The autocompleter helps the user pick a value value from a list by showing available values based on keyboard input.

Supports local (JavaScript object) and remote data sets. Remote data sets can be delivered as plain text or JSON.

Works out of the box, but highly configurable using options and callback hooks.

Usage

To get started, copy the files from the src/ folder to your project, and link your HTML to it. Like this:

For more info refer to the docs (doc/jquery.autocomplete.txt).

Dependencies

The only requirement for jquery-autocomplete is jQuery. No other plugins are required.

Bug tracker

Have a bug? Please create an issue here on GitHub!

https://github.com/dyve/jquery-autocomplete/issues

Twitter account

Keep up to date on announcements and more by following jquery-autocomplete on Twitter, @jqautocomplete.

Author

Dylan Verheul

  • http://twitter.com/dyve
  • http://github.com/dyve

Contributors

Allart Kooiman François Schiettecatte

Copyright and license

See LICENSE.txt file.

Issues· 53 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

JavaScript

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言