gpt4 book ai didi

jquery - $(document).keydown 不起作用

转载 作者:行者123 更新时间:2023-12-03 22:40:42 25 4
gpt4 key购买 nike

编辑::

感谢大家的帮助,但我将我的问题跟踪为 <script src="jquery.js" />而不是<script src="jquery.js"></script> 。请投票关闭

知道为什么

$(function(){
$(document).keydown(function(evt) {
alert('Hello');
});
})

不工作?我正在使用Firefox 3.6.13在 Ubuntu 10.10 上。好吧,我从 here 复制了它.

最佳答案

使用delegate():

$(window).delegate('*', 'keypress', function (evt){
alert("erm");
});

关于jquery - $(document).keydown 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5102214/

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