强制 jQuery 自动完成(来自数组,修改版本)即使未输入任何内容也显示建议
我有这个版本的 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 thanAjax 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
jQuery.SexyCombo 就是答案。
The jQuery.SexyCombo is the answer.