tag-it Questions
2
i use jQuery tag-it in my script:
$("#user_autocomplete").tagit({
tagSource: function (request, response) {
$.ajax({
data: {
term: request.term
},
type: "POST",
url: "/site2/message/users.p...
4
I'm trying to implement a tag-it input except that I want to restrict the users to only select
values from the autocomplete box.
I tried to overried the beforeTagAdded event using the source json...
7
Solved
Trying to get tag-it to work with an ajax call.
Everything works so far. Except, I am unable to assign a tagSource via an ajax call.
In firebug, the 'data' is returning:
["Ruby","Ruby On Rails"]...
Galahad asked 4/8, 2011 at 9:12
6
Solved
how to modify the tag-it ui plugin https://github.com/aehlke/tag-it (version v2.0) so it only allows selection of x numbers of tags and how to allow only tags that are in the "availableTags-option"...
7
Just tried the excellent Tag-It! plug-in for jquery (http://aehlke.github.com/tag-it/), but I can't get it to work how I would like.
I have an object list like this:
var food = [{value:1,label:'P...
Cupid asked 3/4, 2012 at 16:24
4
Solved
i am using http://aehlke.github.com/tag-it/ in my code
how to bind with viewmodel
html
<ul data-bind='jqueryui: "tagit",foreach: Tags' >
<li class="tagit-choice ui-widget-content ui-st...
Jesus asked 12/10, 2012 at 8:33
3
Solved
I have a input tag field ,and I want to get the ID of the selected tages
So I have try http://jsfiddle.net/u8zj5/19/ But my problem I want to get the id not label
or value to pass into id="show" bu...
Modred asked 26/7, 2012 at 8:27
1
Solved
I found a lovely little tagging script called TagIt:
http://aehlke.github.io/tag-it/examples.html
It's really nice and simple, but I'm wondering how I can let the user type in tags (from my prede...
4
Solved
http://marianoagency.com/intranet/trial.html
Everything works fine until I start typing any of the sample tags (like "php").
As soon as I hit "p" the b.curCSS script error pops up. The popup stil...
1
Solved
I am using this autosuggest plugin: http://aehlke.github.com/tag-it/
I am getting an array of items from a database (right now just a plain Array). The list includes ID and Title. When I submit my...
Stevana asked 19/8, 2012 at 14:34
3
Solved
I'm using the tag-it library for jquery to make a tagging system (a bit like the stackoverflow one).
After the user types his tags the library returns a javascript array that I want to save in a M...
Lorislorita asked 3/7, 2012 at 13:31
1
© 2022 - 2024 — McMap. All rights reserved.