存在用于标签/标记/关键字拆分的 MooTools 类

发布于 2024-12-17 13:06:09 字数 222 浏览 0 评论 0原文

有谁知道 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

初雪 2024-12-24 13:06:10

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/

软糖 2024-12-24 13:06:10

为了不浪费最后 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:

  • support for min chars, max chars (on tag)
  • maximum tags
  • disallows duplicates
  • events
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文