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?
This jQuery plugin seems pretty close: http://code.drewwilson.com/entry/autosuggest-jquery-plugin
Update link: https://github.com/drewwilson/AutoSuggest
精彩评论