gpt4 book ai didi

jquery - 淡入类(class)?

转载 作者:行者123 更新时间:2023-12-03 22:25:13 24 4
gpt4 key购买 nike

我有一个<td> 。它应用了一个指定背景颜色的类。我可以淡入另一个仅具有不同背景颜色的类吗?像这样的东西:

// css
.class1 {
background-color: red;
}

.class2 {
background-color: green;
}

$('#mytd').addClass('green'); // <- animate this?

谢谢

最佳答案

出于这个原因,jQueryUI 专门扩展了 animate 类。您可以省略原始参数以将新类附加到您的对象。

$(".class1").switchClass("", "class2", 1000);

Sample here.

关于jquery - 淡入类(class)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3894734/

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