bootstrap-tokenizer icon indicating copy to clipboard operation
bootstrap-tokenizer copied to clipboard

A bootstrap JavaScript plugin (with semicolons) to provide a tokenizer input field.

Results 3 bootstrap-tokenizer issues
Sort by recently updated
recently updated
newest added

Hoping you can help - we use your tokenizer where I work, and I can't for the life of me figure out the purpose of this line - why `.blur().focus()`?...

How do you clean the tokenizer field?

if you notice i changed the .width() to .css() did this is because `.width()` gives the measurement in px not a % and `.css()` does here is a gist of...