Is there any open source tag editor for jQuery that works like the tag editor in stack overflow?
|
closed as not constructive by Bill the Lizard♦ Feb 15 at 3:38
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
This library is really nice: https://github.com/xoxco/jQuery-Tags-Input Supports autocomplete too, and it plays well with jQuery UI (using it inside a jQuery UI Dialog at the moment). |
|||
|
|
|
I have been looking at a bunch of options. None of them seemed to fit exactly what I was looking for. Here are are least some of the things I found. Hope it helps
|
||||
|
|
|
The tag editor uses an "Autocomplete" feature - jQueryUI recently added this in version 1.8. It appears to be based on the classic jQuery autocomplete plugin by Jörn Zaefferer (I haven't compared the source, but the API seems pretty similar). |
|||||
|
|
you can try this: http://blog.crazybeavers.se/wp-content/Demos/jquery.tag.editor |
||||
|
|
Read This too:
btw the best autosuggest for me is the one from www.brandspankingnew.net
|
|||
|
|
|
I doubt this is true for original poster, but for people who want end users to pick from a fixed universe of tags via autocomplete (without being able to add their own new tags), this is a potentially slick jQuery plugin: |
|||
|
|
try with http://tagedit.webwork-albrecht.de/ it has also some good features. |
|||
|
|
|
Look at Tagedit it has autocomplete, edit existing tags, enter your own tags with a simple configurable API that you would expect in such as plugin |
|||
|
|

