gpt4 book ai didi

javascript - querySelectorAll 在 IE8 中不起作用?

转载 作者:行者123 更新时间:2023-11-28 00:51:24 25 4
gpt4 key购买 nike

这是我正在谈论的有 ie8 问题的画廊: http://tympanus.net/codrops/2014/03/21/google-grid-gallery/

这是 js 中断的行:

var x = this.grid.querySelectorAll( 'li:not(.grid-sizer)' );

但我认为问题开始得更早。当我尝试使用ie8的开发人员工具调试它时,本地选项卡中没有“this”。

最佳答案

Internet Explorer 8 支持 querySelectorAll ,但不是 :not pseudo-class 。我们确实在 Internet Explorer 9 中提供了对后者的支持,但如果您想在 IE 8 中使用它,最好使用 jQuery,其中 it has been supported从版本 1 开始。

如果您希望支持 IE 8,请务必下载并使用 1.x 版本的 jQuery。

关于javascript - querySelectorAll 在 IE8 中不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26738963/

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