更改 tokeniput jquery 插件以允许值超链接?

发布于 2024-10-27 17:56:52 字数 451 浏览 2 评论 0原文

我真的很喜欢这个名为 jquery tokeninput 的 jquery 插件,但我想知道如何更改它以使值自动建议为超链接,以便它们将您带到另一个页面!这个插件只允许您向文本字段添加值,例如标记,感谢

插件位于此处:

http://loopj.com /jquery-tokeninput/

插件的代码在这里:

https://github.com/loopj/jquery-tokeninput/blob/master/src/jquery.tokeninput.js

i really love this jquery plugin called jquery tokeninput, but i want to know how i could change it to make the values autosuggested to be hyperlinked so they take you to another page! this plugin only lets you add values to textfield like tagging, thanks

the pluging is located here:

http://loopj.com/jquery-tokeninput/

the code is here for the plugin is here:

https://github.com/loopj/jquery-tokeninput/blob/master/src/jquery.tokeninput.js

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

如若梦似彩虹 2024-11-03 17:56:52

您必须使用 onAddonResult 回调。 onAdd 不允许您编辑结果,因此我必须使用选择器来编辑令牌。

JSON 数据似乎也只解释 idname。如果它支持 value,那么显示的值不必与 url 匹配。我相信 jQueryUI 自动完成 支持这一点。

http://jsfiddle.net/sATcY/1

You have to use either the onAdd or onResult callbacks. The onAdd doesn't allow you to edit the result so I had to use a selector to edit the token.

The JSON data also seems to only intrepret id and name. If it supported a value then the displayed value wouldn't have to match the url. I believe the jQueryUI autocomplete supports that.

http://jsfiddle.net/sATcY/1

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