打开自动完成结果文本框上的 div 单击
我正在使用此插件进行自动完成
http://bassistance.de/jquery-plugins /jquery-plugin-autocomplete
我希望当用户单击文本框时,包含所有结果的 div 都可见,
我已经尝试过 $("#textbox").search()
但不起作用
我该怎么办?
谢谢
i'm using this plugin for autocomplete
http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete
i want that when the user clicks on the textbox the div with all results become visible
i' ve tried with $("#textbox").search()
but doesn't work
How can i do?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
试试这个:
Try this:
尝试一下:
Give this a try:
以下是 Farrukhaziz 编写的有关如何将此功能添加到插件的教程:http://plugins.jquery。 com/node/10336
您需要编辑插件源代码。
将“LaunchManual”部分添加到源代码的此部分。
以及本节中的“LaunchManual”位:
然后您可以调用该函数来显示下拉列表:
Here is a tutorial by farrukhaziz on how to add this functionality to the plugin: http://plugins.jquery.com/node/10336
You will need to edit the plugin source code.
Add the 'LaunchManual' part to this section of the source.
and the 'LaunchManual' bit in this section:
Then you can call the function to show the dropdown: