gpt4 book ai didi

internet-explorer - "Select All"不适用于 twitter bootstrap modal 和 IE

转载 作者:行者123 更新时间:2023-12-04 09:00:46 26 4
gpt4 key购买 nike

我正在使用 bootstrap's modal

一个非常好的实用程序,但不幸的是,“全选”不适用于 IE7/8/9,无论是从菜单还是 ctrl+a 按键序列。

为什么?我该如何启用它?还是值得这么麻烦?

最佳答案

这与 Modal 插件如何强制关注模态元素有关。您可以使用以下代码段禁用焦点锁定。

JS

$('body').on('shown', '.modal', function () {
$(document).off('focusin.modal')
})

注意:您可以将监听器附加到 <body> 以外的其他内容上元素,特别是如果您不需要对所有模态都有这种行为。

我至少已经确认运行它会在旧的 IE 中重新启用 Ctrl + a

关于internet-explorer - "Select All"不适用于 twitter bootstrap modal 和 IE,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13666826/

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