使用 jQuery 选择的插件提出标签建议

发布于 2024-12-22 04:11:36 字数 439 浏览 0 评论 0原文

我正在使用 jquery 选择插件 https://github.com/harvesthq/chosen/ 进行选择表单字段很漂亮。这是所选插件的演示页面 https://github.com/harvesthq/chosen

我在想如果可以使用所选插件制作像 stackoverflow 这样的标签,因为它的一些功能看起来很相似。我还想知道如何使用带有ajax的选择来添加标签建议。

我可以使用其中一个 jquery 标签,但我想知道我是否可以使用选择的标签来做到这一点,这样我就不需要在我的页面中添加另一个脚本。

如果您需要了解更多信息,请告诉我。

I am using jquery chosen plugin https://github.com/harvesthq/chosen/ to make my select form fields pretty. Here is the demo page for chosen plugin https://github.com/harvesthq/chosen

I was thinking if it is possible to make tags like stackoverflow using chosen plugin because some of its feature looks alike. I am also like to know how do i use chosen with ajax to add tag suggestions.

I could use one of those jquery tags out there but i would like to know if i can do it using chosen so i don't need to add another script with my page.

Let me know if you need to know anything more.

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

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

发布评论

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

评论(3

桃酥萝莉 2024-12-29 04:11:37

您所要做的就是使用 ajax 请求 修改选择框。比使用:

$("#form_field").trigger("list:updated");

告诉“chosen”列表已更新。

All that you have to do is to modify the select box with an ajax request. Than use :

$("#form_field").trigger("list:updated");

to tell "chosen" that the list has been updated.

烟酉 2024-12-29 04:11:37

是的,您所要求的一切都是可能的。 根据我对“有没有办法通过jquery选择的插件动态ajax添加元素?”的回答

看看简洁的 Select2 插件,它是基于Chosen本身并支持远程数据源(又名AJAX数据)和无限滚动

Yes, all of what you ask is possible. From my answer to "Is there a way to dynamically ajax add elements through jquery chosen plugin?":

Take a look at the neat Select2 plugin, which is based on Chosen itself and supports remote data sources (aka AJAX data) and infinite scrolling.

黑色毁心梦 2024-12-29 04:11:37

选择的 koenpunt fork 具有您想要的功能。更多信息 这里

The koenpunt fork of chosen has the functionality you want. More info here

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