gpt4 book ai didi

jquery - 对象没有方法 'fadeout'

转载 作者:行者123 更新时间:2023-12-01 06:19:47 24 4
gpt4 key购买 nike

我收到此错误:

Uncaught TypeError: Object [object Object] has no method 'fadeout'

这是我的代码:

// Fade out the Silhouette and fade in the picture
// when the <h3> Who am I text is clicked
$('div#mysteryPanel > h3').click(function(){
$('#silhouette').fadeout(5000);
});

<h3>中的文本单击标签后,图像会淡出,而另一张图像会在延迟后淡入。有人可以向我解释一下我出了什么问题,以便我可以修复此错误吗?

这是类作业的一部分,因此最好解释一下我做错了什么。

最佳答案

区分大小写。你想要的功能是 .fadeOut()

关于jquery - 对象没有方法 'fadeout',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13832708/

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