Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

plugin to separate tags (like the stackoverflow's input tags interface) [closed]

I'm looking for a plugin or simple script that behaves like Stack Overflow's tags input interface.

In particular I need to separate the single words (tags) that people write.

like image 322
Dany Avatar asked Feb 17 '11 15:02

Dany


4 Answers

There are plenty:

  1. http://code.drewwilson.com/entry/autosuggest-jquery-plugin (broken link github link)
  2. http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/
  3. http://plugins.jquery.com/project/tag-it (broken link github link)
  4. http://plugins.jquery.com/project/jquerytag (broken link)

If you are looking for a styled and ready solution, I'd recommend the first option.

If you are looking for a more flexible and complete solution, the second solution is probably a good fit.

like image 144
Aron Rotteveel Avatar answered Oct 19 '22 19:10

Aron Rotteveel


Here are a few jQuery plugins that do what you want to do:

  • bootstrap.TagManager (GitHub, Demo)
  • Bootstrap Tags Input (GitHub, Demo)
  • TagTagger.js (GitHub, Demo)
  • Tagtacular (GitHub, Demo)
like image 20
Martin Buberl Avatar answered Oct 19 '22 19:10

Martin Buberl


Here is another jQuery plugin which does the same: http://textextjs.com/

like image 3
ben Avatar answered Oct 19 '22 21:10

ben


Autocomplete + tags => http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/

demo

like image 2
stecb Avatar answered Oct 19 '22 20:10

stecb