gpt4 book ai didi

javascript - ie8 中生成的 html 未添加不透明度

转载 作者:行者123 更新时间:2023-12-02 17:25:48 26 4
gpt4 key购买 nike

我有一个动画代码,其中不透明度被添加到 div 标签中......但同时 IE8 中没有添加不透明度下面提供我的代码...你们能告诉我为什么它没有被添加吗...

function soccerMatches(matches) {
var $profile = $('.color'),
matchesIds = [],
$soccers;

$.each(matches, function(i, match) {
matchesIds.push('#profile' + match.title);
});

$soccers = $(matchesIds.join(', '));

**$profile.not($soccers).css('opacity', 0.33);**
$soccers.css('opacity', 1);

}

最佳答案

IE8不支持“不透明度”

关于javascript - ie8 中生成的 html 未添加不透明度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23504396/

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