强制 jQuery 自动完成(来自数组,修改版本)即使未输入任何内容也显示建议

发布于 2024-08-09 21:20:58 字数 696 浏览 4 评论 0原文

我有这个版本的 jQuery-autocomplete: jQuery Autocomplete Mod,它很酷但我想对其进行稍微的定制:

我希望onclick出现一个包含所有可能建议的列表!即使输入框中没有任何内容

您应该知道的事情:

  • 我对“传统”Html ComboBox 有疑问,因为我必须使用图片和类似的内容对其进行自定义。
  • 我没有将它与 AJAX 一起使用,而是使用预定义的数组 $('#inputbox').autocompleteArray();
  • 我想像具有自动完成功能的下拉列表那样使用它,而不是Ajax自动完成。所以欢迎任何更好的建议:“)
  • 我喜欢jQuery并且想坚持使用它,所以任何插件都是首选:D。

我在这里感觉像一个被宠坏的人程序员因此,如果对这些有任何建议,我们将不胜感激:

  • 即使输入了任何内容,也可以在单击时显示整个列表。
  • 即使输入不在数组中,

I have this version of jQuery-autocomplete: jQuery Autocomplete Mod, It's cool with me till the moment But I'd like to get slight customization of it:

I want onclick a list appears holding all of the possible suggestions! even if there is nothing in the input box

Somethings you should know:

  • I have a problem with the 'Traditional' Html ComboBox since I have to customize it with pictures and something like that.
  • I'm not using it with AJAX instead from a pre defined Array
    $('#inputbox').autocompleteArray();
  • I want to use it like Dropdown list with auto complete more than Ajax autocomplete. So any better suggestion is welcomed :")
  • I love jQuery and feel like stick with it so any plug-in for it is preferred :D.

I feel here like a spoiled programmer so if any suggesting on these it would be appreciated:

  • it's good to show the whole list on click even if theres is anything typed.
  • showing the whole list if the input is not in the array.

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

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

发布评论

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

评论(1

热鲨 2024-08-16 21:20:58

jQuery.SexyCombo 就是答案。

The jQuery.SexyCombo is the answer.

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