gpt4 book ai didi

jQuery:动画文本颜色

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

我想动态更改悬停事件中的链接颜色。到目前为止我得到了以下代码,但它不起作用。有什么建议吗?在我看来,这似乎是正确的......

    $('.fadelink').hover(function(){            
$(this).animate({
color: '#333'
}, 600);
},
function(){
$(this).animate({
color: '#999'
}, 600);
});

最佳答案

您必须添加 colors插件以使其工作。这是从核心中剥离出来的。

关于jQuery:动画文本颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7516407/

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