[ 原始碼: libjs-jquery-selectize.js ]
套件:libjs-jquery-selectize.js(0.12.6+dfsg-1)
libjs-jquery-selectize.js 的相關連結
Debian 的資源:
下載原始碼套件 libjs-jquery-selectize.js:
- [libjs-jquery-selectize.js_0.12.6+dfsg-1.dsc]
- [libjs-jquery-selectize.js_0.12.6+dfsg.orig.tar.gz]
- [libjs-jquery-selectize.js_0.12.6+dfsg-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Extensible jQuery-based custom select UI control
Selectize is an extensible jQuery-based custom <select> UI control. It's useful for tagging, contact lists, country selectors, and so on. The goal is to provide a solid & usable experience with a clean and powerful API.
Features
* Smart Option Searching / Ranking
Options are efficiently scored and sorted on-the-fly (using libjs-sifter.js). Want to search an item's title *and* description? No problem.
* Caret between items
Order matters sometimes. Use the left and right arrow keys to move between selected items.
* Select and delete multiple items at once
Hold down the CTRL key to select more than one item to delete.
* Díåcritîçs supported
Great for international environments.
* Item creation
Allow users to create items on the fly (async saving is supported; the control locks until the callback is fired).
* Remote data loading
For when you have thousands of options and want them provided by the server as the user types.
* Clean API and code
Interface with it and make modifications easily.
* Extensible
Plugin API for developing custom features (uses libjs-microplugin.js).
* Touch Support
其他與 libjs-jquery-selectize.js 有關的套件
|
|
|
|
-
- dep: libjs-jquery
- JavaScript library for dynamic web applications
-
- dep: libjs-microplugin.js
- Lightweight plugin / dependency system for libraries
-
- dep: libjs-sifter.js
- Library for textually searching arrays and hashes of objects