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

minLength in tag-it autocomplete tagging

Is there a way to support minLength (start suggestions only after minLength characters have been entered) in tag-it ? Also, can I handle the css of the suggestion box.
shreyj
  • 1,759
  • 3
  • 22
  • 31
0
votes
2 answers

How can we reuse jQuery ajax method for 3 functions?

i am using $jquery ajax method to fatch data and display in 3 fields, i used same ajax method for 3 different textboxs , To, CC, Bcc, and i want to use 1 ajax method to fatch data , here tagSource : one function to call ajax…
Arti Patel
  • 313
  • 3
  • 6
  • 15
0
votes
1 answer

JQuery Tag-It does not show suggestions (JSON Success?)

I am trying to implement the Tag-It jQuery UI plugin ( http://aehlke.github.com/tag-it/ ). It works great as long as I don't use custom autocomplete. It can show tags, show suggestions from a predefined list, I can remove them ect.. But when I want…
Lars Holdgaard
  • 9,496
  • 26
  • 102
  • 182
0
votes
3 answers

Unrecognized expression with a jQuery("#someIdName") element reference

Sorry, I did look for the answer before posting. But I couldn't find what I was looking for. I am trying to use jQuery UI's tag-it widget. I'm trying to apply the .tagit() method to an element as follows: jQuery("#myTags:.5aedf589").tagit(); The…
Doug Lerner
  • 1,383
  • 2
  • 17
  • 36
0
votes
1 answer

Pass some value from asp.net mvc to jquery

I use asp.net mvc, jquery and tag-it which is jquery plugin. I want to pass some value from asp.net mvc to jquery and then to my controller, How I can do this? This is my javascript
KyelJmD
  • 4,682
  • 9
  • 54
  • 77
0
votes
2 answers

TagIt Render Initial Tags

I'm using tagit with autocomplete and I'd like to populate my tags list with the current tags when editing an item. I also have it configured to save the Id of the tag in a hidden input field upon selection and this hidden input is currently…
Jamie Dixon
  • 53,019
  • 19
  • 125
  • 162
0
votes
1 answer

Tag-it jquery: get tags from the webserivce

i am trying to get the tag-it tags from a webservice, the problem is i can even get into the success , the alert never shows up, nor the error event. $('#singleFieldTags').tagit({ //availableTags: sampleTags, // This will make Tag-it…
Moe9977
  • 259
  • 5
  • 16
-1
votes
1 answer

Custom render tag-it plugin

I am creating a custom render for my tag-it suggestion. I am currenctly able to override the return item with this code : $projectTags.tagit({ autocomplete: ({ delay: 0, minLength: 2, …
OrcusZ
  • 3,555
  • 2
  • 31
  • 48
-1
votes
1 answer

Hide autocomplete box in Tag-it

I have a tagit element on my page: $("#myTags").tagit({ fieldName: "tags", availableTags: availableTags, showAutocompleteOnFocus: true, allowSpaces: true }); When I add a tag using this code: $("#myTags").tagit("createTag",…
Positivity
  • 5,406
  • 6
  • 41
  • 61
-3
votes
1 answer

$(...).tagit is not a function

i got an issue with tagit plugin, I can't use it I always got the error $(...).tagit is not a function. Jquery and Jquery Ui are included in my footer and tagit is included in the body. I have jquery ui 1.12.0 min and jquery 2.2.4 min. So if anyone…
Remi Hirtz
  • 134
  • 3
  • 16
1 2 3
13
14