• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

dyve/jquery-autocomplete: The original jQuery autocompleter. Does not need any o ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

dyve/jquery-autocomplete

开源软件地址:

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

开源编程语言:

JavaScript 52.2%

开源软件介绍:

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:

<link rel="stylesheet" type="text/css" href="PATH_TO_SRC/jquery.autocomplete.css">
<script src="PATH_TO_JQUERY/jquery.min.js" type="text/javascript"></script>
<script src="PATH_TO_SRC/jquery.autocomplete.js" type="text/javascript"></script>

<script type="text/javascript">
    $("#input").autocomplete("/path/to/backend.php");
</script>

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

Contributors

Allart Kooiman François Schiettecatte

Copyright and license

See LICENSE.txt file.




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
malsup/media: jQuery Media Plugin发布时间:2022-07-07
下一篇:
briangonzalez/jquery.pep.js: 发布时间:2022-07-07
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap