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

混江龙づ霸主 提交于 2019-12-03 13:04:02

问题


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?


回答1:


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

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



来源:https://stackoverflow.com/questions/5041171/what-is-the-easiest-way-to-replicate-the-tags-textbox-that-is-used-in-the-stacko

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!