Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In search of good Tagging library [closed]

I am looking for a good tagging library. I wanted to have Ajax, autocomplete, and being able to store values and labels for each tag. I found a few promising ones, but I was not able to develop on top of it for my needs. The one I looked at extensively is below:

http://textextjs.com/

I was not able to submit value and label, it only accepts the label as the value. Is there any other library which would encompass what I was looking for? Or is there something I'm missing with the above library? I was reading the docs for it and could not get it accept label and value.

like image 981
KVISH Avatar asked Aug 20 '12 19:08

KVISH


People also ask

What is tagging in libraries?

Tags let users add their own language to a library record to describe an item.

What do pink tags mean in books?

PINK – Kind and Comforting – a comfort read, something you can fall back on and know you will love. I'm going for comfort reads with this one and harking back to a time when I would quite often reread books that I loved.

Why is tagging your resources important?

Tags can help you manage, identify, organize, search for, and filter resources. You can create tags to categorize resources by purpose, owner, environment, or other criteria. Each tag has two parts: A tag key (for example, CostCenter , Environment , or Project ).

What does a metadata librarian do?

The people who work with library metadata are called metadata librarians or catalogers. Metadata librarians and catalogers support research by creating, storing, enhancing, fixing and maintaining the data that describes all types of library resources.


1 Answers

Try this one. It's flexible and you can alter it for your own use. It has a cache facility too.

jQuery tokeninput

like image 193
Ashirvad Avatar answered Sep 25 '22 20:09

Ashirvad