jQuery1.5 的 api 中有自动完成小部件吗?
Jquery1.5 的 api 中是否包含自动完成小部件。我们正在使用 jQuery1.5,我需要为搜索框实现自动完成。通过仔细观察,我发现 jquery1.8 有它。我认为我们不会获得 jquery1.8 的批准。如果它不存在,我应该如何在 Jquery 中创建我自己的小部件?
Does Jquery1.5 has Auto Complete widget included in their api. We are using jQuery1.5 and i have a requirement that to have auto complete implemented for Search Box. By goggling i see that jquery1.8 has it. I don't think we will get an approval for jquery1.8. If its not there how should i create my own widget in Jquery?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
jQuery UI 有一个自动完成小部件。 jQuery 本身没有自动完成小部件。
jQuery UI has an auto complete widget. There is no autocomplete widget in jQuery itself.
jQuery UI 1.8 具有自动完成小部件。 jQuery 核心(例如,不是 jQuery UI 或 jQuery mobile)没有任何小部件。
jQuery UI 1.8 has the autocomplete widget. jQuery core (as in, not jQuery UI or jQuery mobile) does not have any widgets.