Questions tagged [jquery-tokeninput]

Tokeninput is a jQuery plugin which allows your users to select multiple items from a predefined list, using autocompletion as they type to find each item. You may have seen a similar type of text entry when filling in the recipients field sending messages on facebook.

Overview

Tokeninput is a jQuery plugin which allows your users to select multiple items from a predefined list, using autocompletion as they type to find each item. You may have seen a similar type of text entry when filling in the recipients field sending messages on facebook or entering email-ids in Gmail compose pop-up window.

Features

  • Intuitive UI for selecting multiple items from a large list
  • Easy to skin/style purely in css, no images required
  • Supports any backend which can generate JSON, including PHP, Rails, Django, ASP.net
  • Smooth animations when results load
  • Select, delete and navigate items using the mouse or keyboard
  • Client-side result caching to reduce server load
  • Crossdomain support via JSONP
  • Callbacks when items are added or removed from the list
  • Preprocess results from the server with the onResult callback
  • Programmatically add, remove, clear and get tokens
  • Customize the output format of the results and tokens

Screenshots

enter image description here

enter image description here

More at: http://loopj.com/jquery-tokeninput/

279 questions
3
votes
1 answer

jQuery-tokeninput failing: "term" is undefined?

In my rails application I am trying to use jquery-tokeninput. I have everything working - json response and all - but the script errors out when anything is typed into the tokenized field, complaining: TypeError: term is undefined --> return…
John Wells
  • 1,139
  • 1
  • 10
  • 27
3
votes
1 answer

How to fire controller with JQuery and tokenInput

I am using TokenInput and MVC 3 C#. I would like to get this bit of JQuery to work, but it never passes in the string to the method in my controller class from the input box. What am I doing wrong. Create.cshtml
Vidar
  • 6,548
  • 22
  • 66
  • 96
2
votes
2 answers

Jquery Tokeninput how to get name instead of the id

I tried calling that, but it doesn't seem to return anything.. Am I doing something wrong?