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


i building asp.net-mvc website , want support tagging on each page. want replicate inteface , ui used on stackoverflow (include both behavior , layout, css).

what easiest way leverage this. there jquery plugin used or homegrown?

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

update link: https://github.com/drewwilson/autosuggest


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -