Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the easiest way to replicate the tags textbox that is used in the stackoverflow questions page

i am building a asp.net-mvc website and i want to support tagging on each page. I want to exactly replicate the inteface and UI that is used on stackoverflow (include both behavior and layout, css).

What is the easiest way to leverage this. is there some jquery plugin that is used for something like this or is it homegrown?

like image 601
leora Avatar asked Feb 18 '11 12:02

leora


1 Answers

This jQuery plugin seems pretty close: http://code.drewwilson.com/entry/autosuggest-jquery-plugin

Update link: https://github.com/drewwilson/AutoSuggest

like image 84
Mike Cole Avatar answered Oct 20 '22 06:10

Mike Cole