作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个文本字段,附加了 jquery 自动完成事件。但是,由于某些原因,我不希望在用户键入时出现搜索结果,而是在按下按钮时出现。我知道这听起来很蹩脚,但我有我的理由。如何通过调用显式函数来触发自动搜索结果的显示?
最佳答案
不确定您使用的是哪个版本的自动完成功能。如果您使用latest version which is rolled into jQueryUI您可以使用搜索方法:
Search :: Signature: .autocomplete( "search" , [value] )
Triggers a search event, which, when data is available, then will display the suggestions; can be used by a selectbox-like button to open the suggestions when clicked. If no value argument is specified, the current input's value is used. Can be called with an empty string and minLength: 0 to display all items.
关于javascript - 在 jquery 自动完成插件中显式调用自动完成函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1539657/
我是一名优秀的程序员,十分优秀!