jquery-tokeninput
jquery-tokeninput copied to clipboard
jQuery plugin which allows your users to select multiple items from a predefined list
...PLUGIN=FOO from the query string. They get parsed and the second part is not appended. I didn't find a way to prevent them. A solution that is compatible to the...
Changes: - Add function 'get_token_value()' that returns the value of a token based on 'settings.tokenValue' and use it where appropriate. - Fix issue #293
Has packaged in the Gem to usable Rails3.1+
For Tom's Guide and Tom's Hardware specific behaviour, we added a new option that allows custom entries that are not in suggested list. By default this option is set to...
This has become a big project with many options. I think it's hard for developers to confirm that nothing is broken at modification. So I have wrote specs with jasmine,...
I needed to refer to the just created token via a callback (display a tooltip over the token itself) but I noticed the token was not available into the onAdd...
Added escaping to regex characters in the search term so that you can search by special characters like +, ( and [. Before this raised a regex exception. I tested...
... as mentioned in Issue #270
- Added the ability to disable deletes on certain items. Json must include a disableDelete boolean property. The actual property name can be set through the disableDeleteProperty setting. - Added...
Also committed the difference between the downloaded version from the site and the fork (in a separate commit)