存在用于标签/标记/关键字拆分的 MooTools 类
有谁知道 MooTools 类为标签或“标签”提供输入分割器?
与 jQuery 中的 Tagify 功能相同。
谷歌搜索对于带有“标签”、“标签”、“关键字”的东西尤其棘手……而且 Forge 和 GitHub 都没有任何看起来接近的东西。
Does anyone know of a MooTools class that provides an input splitter for labels, or “tags”?
The same kind of functionality as Tagify in jQuery.
Googling is especially tricky for something with “tag”, “label”, “keyword”… And nor the Forge nor GitHub have anything looking close.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://mootools.net/forge/p/textboxlist
它有点老了,Guillermo Rauch (开发人员)没有维护它(他主要致力于 Node.js atm 的一些很酷的东西),但它应该工作得很好。
此处演示:http://devthought.com/wp-content/projects/mootools /textboxlist/演示/
http://mootools.net/forge/p/textboxlist
It's a little old and Guillermo Rauch (the developer) is not maintaining it (he's mainly working on cool stuff for node.js atm), but it should work pretty well.
Demo here: http://devthought.com/wp-content/projects/mootools/textboxlist/Demo/
为了不浪费最后 30 分钟,我在 github 上发布了我的标签插件。
https://github.com/DimitarChristoff/mooTagify
演示:
http://jsfiddle.net/dimitar/6X7Yb/
目前缺少自动完成功能,但是已经可用,当我有机会时我会添加它。
功能:
Just so the last 30 mins don't go to waste, I released my tag plugin on github.
https://github.com/DimitarChristoff/mooTagify
demo:
http://jsfiddle.net/dimitar/6X7Yb/
it lacks autocomplete at the moment but that's already available, I will add it when I get a chance.
features: