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
2
votes
2 answers

How to customize tag-it jQuery plugin: needs to add image for each found item

I am using tag-it jQuery plugin. And now I need to customize each found item result: just add an image (user avatar) on the left side of the found item label. I've included tag-it.js file and that's work fine besides an issue I've mentioned…
stryker
  • 149
  • 1
  • 16
2
votes
1 answer

jquery Tagit plugin not working fine

I am trying to implement jquery tag it plugin version v2.0 in my .net application. Auto Complete shows only single character like "C" the number of type it repeats in all strings.Here is the code i am using for it. Please Suggest how to fix it? …
Supreet
  • 2,451
  • 8
  • 25
  • 42
2
votes
2 answers

jquery autocomplete result as two results from json/php

Is there a way to get a single result from a json query. Say I get an input from json that's Domestic Dog:Canis lupus familiaris. Since it's going to be in a tag, I want both sides to be related. So, is there a way I can show the: Domestic Dog in on…
deathtap
  • 99
  • 1
  • 10
2
votes
2 answers

Jquery Tagit - How to pass the typed tags back to PHP

I'm using the following tagit plugin http://webspirited.com/tagit/ This is the code snippets of the html page that I am trying to test this plugin with - where the user types the tags
Gublooo
  • 2,550
  • 8
  • 54
  • 91
2
votes
2 answers

jQuery Tagit! Not working

I am using the jQuery tagit! library to create a user "Skills" input form. I figured this would be an extremely quick and simple setup like most jQuery libraries, however I am having a tremendous amount of trouble with this one. I tried following…
Ty Bailey
  • 2,392
  • 11
  • 46
  • 79
2
votes
1 answer

How to use tag-it

I am using tagit library from here I created the tagit which working correctly and i created the array as follows: $("#name).tagit({ itemName: "teamId", fieldName: "teamName", availableTags: array, allowSpaces:true, …
Aravindhan
  • 3,566
  • 7
  • 26
  • 42
2
votes
3 answers

not able to get tag from "jQuery Tag-it!"

i am using jQuery Tag-it! to make tag in input fields, but after adding tags in input fields i want to retrieve lable and value from input fields, html code is : …
Arti Patel
  • 313
  • 3
  • 6
  • 15
2
votes
2 answers

jQuery Tag-It! - How to change border on focus

I'm using jQuery Tag-It! in my project. I want to make my object's border visible when the onfocus event fires, but I can't make it work. My code: