gpt4 book ai didi

jquery - div 的淡出时间

转载 作者:行者123 更新时间:2023-12-01 07:24:16 26 4
gpt4 key购买 nike

我对网站中的 div 使用 fadeOut。

$(window).load(function(){
$("#messages").fadeOut(5000);
});

我希望这个 div 在淡出效果后显示 5 秒。

我该怎么办?

最佳答案

您可以使用setTimeout()延迟代码执行。

setTimeout(function() { $("#messages").fadeOut() }, 5000);

关于jquery - div 的淡出时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10603504/

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