3 Star 1 Fork 0

Gitee 极速下载/autocomplete_old1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/agarzola/jQueryAutocompletePlugin
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
changelog.txt 2.18 KB
一键复制 编辑 原始数据 按行查看 历史
Alfonso Gómez-Arzola 提交于 2011-05-08 06:10 +08:00 . Updated README & changelog
1.2.2 --AGA
---
*Merged agmcleaod's fork: Added failure to the options hash: `failure`
*Merged borkor's fork: New option not to jump to first or last position: `scrollJumpPosition`
*Deleted silly console.debug() line left over from testing.
1.2.1 --AGA
---
*Added option to activate select list with one click instead of two. `clickFire` is false by default. (Requested/recommendation by fgosfacdjtq.)
* Added option to forgo input focus on item select. `inputFocus` is set to true by default, but setting it to false in the options will cancel this behavior.
* Circumvent browser JS bug when user clicked on results list scrollbar and then clicked outside of the list that caused the list to not hide.
* Changed hijacking of PAGEUP/PAGEDOWN keys to prevent default behavior only when selections list is visible. Helps text navigation inside input element.
1.2 --AGA
---
* Use recursive merging when extending setOptions. (Request/recommendation by smarques.)
1.1.1 --AGA
---
* Changed hijacking of UP/DOWN arrow keys to prevent default behavior only when selections list is visible. Helps text navigation inside input element.
1.1
---
* Added matchContains: "word" option, match only the start of words instead of everywhere
* Fixed mustMatch to trigger result event when no match was found
* Fixed the issue where an autocomplete was applied after the field had focus
* Extended multiple complete to enable editing words not at the end of the field (doesn't work in Opera)
1.0.2
-----
* Fixed missing semicolon
1.0.1
-----
* Fixed element creation (<ul> to <ul/> and <li> to </li>)
* Fixed ac_even class (was ac_event)
* Fixed bgiframe usage: now its really optional
* Removed the blur-on-return workaround, added a less obtrusive one only for Opera
* Fixed hold cursor keys: Opera needs keypress, everyone else keydown to scroll through result list when holding cursor key
* Updated package to jQuery 1.2.5, removing dimensions
* Fixed multiple-mustMatch: Remove only the last term when no match is found
* Fixed multiple without mustMatch: Don't select the last active when no match is found (on tab/return)
* Fixed multiple cursor position: Put cursor at end of input after selecting a value
1.0
---
* First release.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/autocomplete_old1.git
git@gitee.com:mirrors/autocomplete_old1.git
mirrors
autocomplete_old1
autocomplete_old1
master

搜索帮助