mirror of
https://github.com/zhigang1992/bootstrap-tokenfield.git
synced 2026-04-28 11:56:25 +08:00
7ec9a9ba9e87e8c401de1750e5d065f7217536e8
Bootstrap Tokenfield
A jQuery tagging / tokenizer input plugin for Twitter's Bootstrap, by the guys from Sliptree
Check out the demo and docs
Usage
$('input').tokenfield()
Features
- Copy & paste tokens with Ctrl+C and Ctrl+V
- Keyboard navigation, delete tokens with keyboard (arrow keys, Shift + arrow keys)
- Select specific tokens with Ctrl + click and Shift + click
Changelog
0.9.2 Maintenance release
- Many small fixes and improvements
0.9.0 Bootstrappable
- New: Bootstrap 3 support
- New: Input group support
- New: Disable/enable tokenfield
- New: Tokenfield is now responsive
- Deprecated: Bootstrap 2 support
0.7.1
- Fixed: pressing comma did not create a token in Firefox
- Fixed: tokenfield('getTokensList') returned array instead of string
0.7.0 Autocompleted
- New feature: jQuery UI Autocomplete support
0.6.7 Crossable
- Fixed: Firefox close icon was misplaced
- New: IE 8-10 support (both CSS and Javascript)
0.6.5 Shiftable
- New feature: select specific tokens with Ctrl/Shift + click
- New feature: select specific tokens with Shift + arrow keys
- Internal API improvements
0.6 Editable
- New feature: Edit existing tokens by double-clicking or pressing enter
- A lot of improvements and bugfixes
0.5 Initial release
Description
Languages
JavaScript
53.9%
CSS
31.8%
HTML
12.8%
Less
1.5%