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
0
votes
1 answer

Extract Object Values into an Array

I am needing to pull all of the names out of the object below and store into an array. the reason I am needing this is to be able to use the JQuery tag-it plugin for auto complete. So if you know of a better way I can do this other than creating a…
scripter78
  • 1,117
  • 3
  • 22
  • 50
0
votes
1 answer

How to add tags to Autocomplete Tag-it plugin

I want to add new tags to the variable 'sampleTags' in the following code $(function () { var sampleTags = ['c++', 'java', 'php', 'coldfusion', 'javascript', 'asp', 'ruby', 'python', 'c', 'scala', 'groovy', 'haskell', 'perl', 'erlang',…
pavan
  • 34
  • 2
  • 10
0
votes
2 answers

Tagit issue with autocomplete feature

I am a newbie in using tag-it. Below I am pasting the code. Earlier the autocomplete feature wasn't working but it is for now. The reason is it doesn't show all words which I've added in the array. new.html