Possible Duplicate:
Can I use the tag textbox script?

What is the control that is being used in the Stack Overflow site for the Tags sections when you are asking a question.

I need a similar control in my project where the textbox needs to provide with auto suggestions based on user keyin values and also the user will be able to select multiple values from the suggested list. It would be nice if there is an option to delete the selected elements as well. I really liked the control used here in Stack Overflow. So, what is this control? Or will there be any such controls available?

I would prefer jQuery tools.

link|improve this question
feedback

migrated from stackoverflow.com Nov 24 '11 at 9:34

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by balpha Nov 24 '11 at 11:42

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

up vote 2 down vote accepted

The Stack Overflow tag system is "heavily inspired" by this plug-in -

http://harvesthq.github.com/chosen/

Source - Can I use the tag textbox script?

link|improve this answer
Thank you very much for the reply.How can I get the multiple selected values, when I am trying to say the dropdown selected value..it is always giving me the last selected value..it is not giving me the list of selected values. – user788312 Oct 27 '11 at 14:29
feedback

You must log in to answer this question.