Questions tagged [tag-it]

Tag-it is a tag editing jQuery UI widget with autocomplete support.

Tag-it is a simple and configurable tag editing widget with autocomplete support.

  • Source code is available at Github.
  • Actual extensible and idiomatic jQuery UI widget.
  • The widget can be styled using Themeroller or any premade jQuery UI theme.
  • Works with jQuery UI Bootstrap
  • Degrades gracefully for browsers without JavaScript (see example).

It's released under the MIT license.

207 questions
4
votes
4 answers

Using jquery tagit plugin, Is there anyway to disable all entry?

I have a page and i am using jquery tagit plugin which works great but i am trying to disable it when i click on a button, and have it have similar behavior to when i disable a select Dropdown like this: $("#selectDropdown").val(0); …
leora
  • 188,729
  • 360
  • 878
  • 1,366
4
votes
1 answer

JQuery Tag It - Edit tags inline

I have used jQuery tagit which will accept email addresses. I have validated tags for email format. I want to know if it can also edit the tags if user has typed something wrong. Right now we have to remove the tag and reenter if something goes…
Roshni Shah
  • 309
  • 1
  • 3
  • 8
4
votes
2 answers

tag-it inserting data from the clipboard

This is a question regarding tag-it jquery component. Comma field delimiter works fine when I enter the tags via keyboard, but when I paste tags with a comma(for example - one, two, three) from clipboard it looks like a one single tag with a commas…
alexanoid
  • 24,051
  • 54
  • 210
  • 410
4
votes
1 answer

Delete tagLabel in input-Field with tagit

I use https://github.com/aehlke/tag-it this Addon for Autocomplete Tagging The user just can take labels out of the existing array sampleTags Before the tag is added I check whether the element is in Array or not beforeTagAdded: function(evt, ui) {…
Susanne92
  • 217
  • 1
  • 6
  • 21
4
votes
3 answers

How to set focus to the tag-it widget?

I simply want the tag-it widget to have focus after the page loads. I've tried various things like: and