gpt4 book ai didi

javascript - IE 10 keyup/keydown 不使用 jQuery 1.10.1 触发

转载 作者:可可西里 更新时间:2023-11-01 13:12:40 25 4
gpt4 key购买 nike

使用 jQuery 1.10.1,出于某种原因,这在 IE10 中不起作用,但在其他任何地方都可以正常工作(阅读 Chrome、Firefox)。在为 Stack Overflow 上的答案创建 fiddle 时发现了这个错误。

HTML

<input type="text" id="anId" />

jQuery

$(function(){
$("#anId").keyup(function(){
alert(1);
});
});

这也不是:

$(function(){
$("#anId").keydown(function(){
alert(1);
});
});

FIDDLE FIDDLE

最佳答案

这是 JQuery 1.10.1 中的错误。您应该在 IE 的控制台中看到安全错误。这在 JQuery 1.10.2 中已修复。

查看此 jquery 错误: http://bugs.jquery.com/ticket/13980

来自错误:

In IFrame where the content is loaded from the external domain, JQuery v1.10.1 fails to load in Opera 12.15 and IE 10 with error "Unhandled error: Security error: attempted to read protected variable" on the line 1513.

关于javascript - IE 10 keyup/keydown 不使用 jQuery 1.10.1 触发,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17884809/

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