从 jquery 自动完成字段中自动选择一个项目
我在旧应用程序中使用 jquery 自动完成(插件 v 1.1)。效果很好。我现在正在写一个新的,我正在使用 jquery ui 1.4.4 版本的自动完成功能。在 1.1 版本中,如果我输入 izza 并且结果列表中唯一匹配的是 pizza,那么 pizza 将突出显示并单击 输入将选择披萨。新版本不会这样做。 披萨将单独显示在列表中,但我仍然需要向下箭头,或单击它来选择它。这是一个丢失的功能还是有一个属性可以激活“自动选择”?
I'm using a jquery autocomplete (plugin v 1.1) in an older application. It works fine. I'm now writing a new one and I'm using the jquery ui 1.4.4 version of autocomplete. In the 1.1 version, if I typed izza and the only match in the resulting list was pizza, then pizza would be highlighted and clicking enter would select pizza. The newer version will not do this. Pizza will show up alone in the list but I still have to arrow down, or click it to select it. Is this a lost feature or is there a property that activates 'auto-select'?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Scott Gonzalez 有一个扩展可以做到这一点。您可以在此处找到它。
它工作得很好。
Scott Gonzalez has an extension that will do this. You can find it here.
It worked perfectly.