JQuery 相当于 scriptaculous/prototype 的自动完成功能是什么?

发布于 2024-08-10 13:03:05 字数 85 浏览 5 评论 0原文

Prototype/scriptaculous 可以在输入框中进行简单的自动建议。 它几乎是内置的。

我如何使用 JQuery 做到这一点?

Prototype/scriptaculous can do an easy autosuggest in the input box.
It's pretty much built in.

How can I do that with JQuery?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

冷心人i 2024-08-17 13:03:05

如果您的意思是从服务器获取信息,那么您可以看看这个问题:
JQuery Auto Suggest Serverside

在客户端完成它是有风险的,因为你需要通过将所有数据发送给客户端,然后您只需在用户输入时进行搜索,所以我怀疑这是否是您所期望的。

If you mean something that will get the info from the server then you can look at this question:
JQuery Auto Suggest Serverside

It is risky to have it done on the client, as you need to pass all the data to the client, then you just search as the user types, so I doubt that is what you expect.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文