tokchi
Version:
jQuery plugin that adds Mac OS X style tokens or Android style chips to a text input field
19 lines (14 loc) • 552 B
Markdown
# Releases
## 1.1.0
- Tokchi methods can be called through jQuery `tokchify` function call
- Added new events `onEdit` and `onTokenAdded`
- added `focus` method
- Bugfixes
## 1.0.1-jquery
- Added package description for jQuery plugin registry
- Updated / corrected README.md
## 1.0.1
- Bugfixes
- Input field can have an additional attribute named `data-value` which provides a JSON array used as initial input field value. The deserialized array is automatically passed on to the `setValue` method on construction.
## 1.0.0
Initial stable release