plugin to separate tags (like the stackoverflow#39;s input tags interface)(用于分隔标签的插件(如 stackoverflow 的输入标签接口))
问题描述
我正在寻找一个类似于 Stack Overflow 的 tags 输入界面的插件或简单脚本.
I'm looking for a plugin or simple script that behaves like Stack Overflow's tags input interface.
特别是我需要将人们写的单个单词(标签)分开.
In particular I need to separate the single words (tags) that people write.
推荐答案
有很多:
http://code.drewwilson.com/entry/autosuggest-jquery-plugin(断开的链接 github链接)- http://bassistance.de/jquery-plugins/jquery-plugin-自动完成/
http://plugins.jquery.com/project/tag-it(链接失效 github链接)http://plugins.jquery.com/project/jquerytag(断开的链接)
如果您正在寻找风格化且现成的解决方案,我建议您使用第一个选项.
如果您正在寻找更灵活、更完整的解决方案,那么第二种解决方案可能更合适.
If you are looking for a more flexible and complete solution, the second solution is probably a good fit.
这篇关于用于分隔标签的插件(如 stackoverflow 的输入标签接口)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:用于分隔标签的插件(如 stackoverflow 的输入标签接
基础教程推荐
- fetch 是否支持原生多文件上传? 2022-01-01
- Fabric JS绘制具有活动形状的多边形 2022-01-01
- Bootstrap 模态出现在背景下 2022-01-01
- 即使用户允许,Gmail 也会隐藏外部电子邮件图片 2022-01-01
- 如何添加到目前为止的天数? 2022-01-01
- 原生拖动事件后如何获取 mouseup 事件? 2022-01-01
- Bokeh Div文本对齐 2022-01-01
- 检查 HTML5 拖放文件类型 2022-01-01
- 在 contenteditable 中精确拖放 2022-01-01
- npm start 错误与 create-react-app 2022-01-01
