Tokchi is a robust jQuery plugin used for converting a regular input field into a Mac OS- or Android-style token input that allows the users to select multiple items from a predefined list, using autocompletion as they type to find each item.
Tokchi is a robust jQuery plugin used for converting a regular input field into a Mac OS- or Android-style token input that allows the users to select multiple items from a predefined list, using autocompletion as they type to find each item.
Jquery Button Icons
More examples:
How to use it:
1. Download the tokchi plugin and include the JavaScript file jquery.tokchi.js
onto the webpage.
2. Create a normal text field for the token input.
3. Initialize the plugin and we're ready to go.
4. Default options.
5. API methods.
Change log:
v1.1.0 (2016-02-12)
- Tokchi methods can be called through jQuery tokchify function call
- Added new events onEdit and onTokenAdded
- added focus method
- Bugfixes
v1.0.1 (2015-11-28)
- 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.
2015-11-21
- v1.0
Download Manager For Mac
2015-11-13
- Fix for Firefox editing and cursor movement bug (fixes T41)
Vlc Download For Mac
This awesome jQuery plugin is developed by tiguchi. For more Advanced Usages, please check the demo page or visit the official website.
- Prev: jQuery Plugin To Call A Function On Change In Form Elements - Modify
- Next: jQuery Plugin To Format and Identify Credit Card Input - ccFormat.js