gpt4 book ai didi

javascript - IE8 返回 'Object expected' [].slice.call

转载 作者:行者123 更新时间:2023-11-28 06:39:56 24 4
gpt4 key购买 nike

我是 js 新手,此代码适用于除 li 元素(选项卡)之外的所有浏览器。

	(function() {

[].slice.call(document.querySelectorAll('.tabs')).forEach(function(el) {
new CBPFWTabs(el);
});

})();

有什么帮助吗?

最佳答案

IE8部分支持querySelectorAll()http://caniuse.com/#feat=queryselector

也请阅读此内容:querySelectorAll alternative for IE

关于javascript - IE8 返回 'Object expected' [].slice.call,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33936450/

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