jquery-tokeninput
jquery-tokeninput copied to clipboard
jQuery plugin which allows your users to select multiple items from a predefined list
additionalParams option: This option allows the passing of additional parameters to the server from a function. This allows the passing of parameters that change with usage of the page. flushCache...
Firstly i want to congratulate loopj on Making such a beautiful Plugin Recently i needed to integrate tokenInput Plugin with GMAP3 plugin(http://gmap3.net/examples/address-lookup.html) But currently it can only have source as...
Targets two request that rose in issue #170 Caching is optional Always run onResult (on both cached and no cached result list) Cache only raw responses (do not cache the...
added the ability to define the valueToSearch for the id field of a token
The removed element from UI hasn't been removed from the hidden token input so that we have inconsistent data. The issue was occuring because there was a mistake around where...
My update adds a default text option for when the tokeninput-ized search box is loaded. For example, you may want it populated with "Global Search". Also added code on the...
add_token was explicitly checking for 'id' property for duplicate checking. If user passed in a tokenValue via settings, 'id' would be undefined. In this case, adding multiple items through $(..).tokenInput('add',...
Fixed compatibility with older versions of jQuery. This is essentially the same fix as https://github.com/loopj/jquery-tokeninput/commit/238ba005368dde78f820e6fc68ab328ed00a480b except at some point between then and now it was reverted.