gpt4 book ai didi

jquery 判断用户是否正在打字

转载 作者:行者123 更新时间:2023-12-01 07:33:12 26 4
gpt4 key购买 nike

我的网页需要一些热键,只是单个热键。所以我需要确定用户是否正在键入以应用热键。

最佳答案

您可以使用keypress文档正文上的事件

$(document.body).keypress(function(event){
//do your stuff (event.keyCode tells you what's been pressed)
});

You can also consider using the jQuery plug-in for hotkeys.

关于jquery 判断用户是否正在打字,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4412439/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com