可折叠自动完成

发布于 2024-07-22 21:22:55 字数 87 浏览 11 评论 0原文

我如何在 Jquery 中实现可折叠自动完成。 我有一个组,一个组可以有零个或多个项目。 我如何在 Jquery 中实现这个。

谢谢

How do i implement collapsable autocomplete in Jquery. I have a group and a group can have zero or many items. How do i implement this in Jquery.

Thanks

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

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

发布评论

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

评论(1

心不设防 2024-07-29 21:22:55

自动完成输入字段,使用户能够利用搜索和过滤快速查找和选择某些值。

通过提供自动完成的字段焦点或在其中输入某些内容,该插件开始搜索匹配的条目并显示可供选择的值列表。 通过输入更多字符,用户可以过滤列表以找到更好的匹配项。

这可用于输入先前选择的值,例如。 对于标签,完成地址,例如。 输入城市名称并获取邮政编码,或者输入地址簿中的电子邮件地址。

请参阅文档了解更多详细信息。

Autocomplete an input field to enable users quickly finding and selecting some value, leveraging searching and filtering.

By giving an autocompleted field focus or entering something into it, the plugin starts searching for matching entries and displays a list of values to choose from. By entering more characters, the user can filter down the list to better matches.

This can be used to enter previous selected values, eg. for tags, to complete an address, eg. enter a city name and get the zip code, or maybe enter email addresses from an addressbook.

Please see the documentation for more details.

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