jquery-tokeninput icon indicating copy to clipboard operation
jquery-tokeninput copied to clipboard

jQuery plugin which allows your users to select multiple items from a predefined list

Results 102 jquery-tokeninput issues
Sort by recently updated
recently updated
newest added

If data provided by the query contains more than just an id and a name, we might want to collect them on form submition. Example : ``` json { "id":...

Hi, This is related to #336. I've added two options: `groupKey` and `itemGrouper`: `groupKey` is key in the token which will be used to group items by (default: 'group') `itemGrouper`...

for modifying local data after initializing

This commit does not change anything for most users -- those who do not specify box-sizing for the token-list `ul` or who specify `box-sizing: content-box`. It just gives users the...

Also making "destroy" more complete. It now removes the data and event bindings added to the original input during "init".

This one-liner allows the user of the control to easily mark tokens as being different, see screenshot below ![screenshot at jun 04 16-13-56](https://f.cloud.github.com/assets/459275/605936/19306f10-cd21-11e2-9344-0aa7a14061cb.png)

RTL support, deleting without first selecting, a flag for server side filtering Option for creating two lists and sending tokens from one to the other

HTML4 frameset documents don't have a body. Appending the dropdown to the html element if there is no body ensures that it will display even in these documents. This commit...

The problem this pull request fixes (obscured placeholder) is demonstrated here: http://jsfiddle.net/RVnkG/1/ The fix is demonstrated here: http://jsfiddle.net/yZtws/1/

A pre-request callback function that can be used to modify the data to be sent to the server before it is sent.