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 100 jquery-tokeninput issues
Sort by recently updated
recently updated
newest added

I've added some functionality to highlight the token input like a regular input field in webkit. Feel free to incorporate it into your repo. I also added trivial support to...

Using insert_token rather than add_token for programatically adding tokens in order not to get a focus on the dropdown when programmatically adding a token

Sometimes, specially when you are using the vertical theme, the user mistakenly erases some items by holding the backspace. To avoid this behavior I'm including an option to disable the...

We have a scenario where we're fetching parameters such as foobar[]= (Rails arrays) from the query string. They get parsed and then encoded into a foobar%5B... which Rails doesn't parse....

With the current solution - Scrolling of inner elements (overflow: auto) will keep the dropdown fixed as it is attached to body. The visual effect is that the dropdown separates...

This one is just a suggestion. I ended up needing the original query in my callback method as well. This seemed to be the quickest and easiest way to make...

Hi, Don't know if you've followed the discussions in the tracker around issue #11: https://github.com/loopj/jquery-tokeninput/issues#issue/11 I just implemented the onBeforeAdd callback trying to follow your code conventions and thought it...

Feature

Hi I've changed the functionality of tokenInput to accept a function as its datasource rather than a simple ajax URL generator. I'd appreciate if you consider this. If so I'll...