在脚本自动完成器上输入密钥两次

发布于 2024-10-26 18:00:46 字数 130 浏览 0 评论 0原文

scriptaculous 中的自动完成器的实现方式是,您需要按回车键两次才能执行提交操作。一种用于从自动完成列表中选择或隐藏自动完成列表,一种用于提交。

如何使自动完成程序在第一次输入键时提交?

The autocompleter in scriptaculous has been implemented in such a way that you need to hit the enter key twice in order to perform the submit action. One for selecting from or hiding the autocomplete list, and one for submitting.

How do I make the autocompleter to submit on first enter key instead?

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

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

发布评论

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

评论(1

娇纵 2024-11-02 18:00:46

afterUpdateElement 创建回调并将表单提交放在其末尾。
如果它对您不起作用,请对 updateElement 执行相同的操作。

Create callback for afterUpdateElement and place form submit in the end of it.
If it wouldn't work for you do the same thing for updateElement.

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