gpt4 book ai didi

Jquery ReplaceWith - 淡出/淡入

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

我认为这会遇到非常基本的东西,但我对 jquery 的奇妙世界是全新的。

这是我简单的工作替换代码:

<div>yes yes </div>
<script>$('div').replaceWith('<span>no no</span>');</script>

我想要实现的是淡出“是是”div,然后淡入新的“否否”范围

大家有什么想法吗?

最佳答案

$('div').fadeOut(1000,function(){ $(this).text('no no').fadeIn(1000); });

使用fadeOut提供的回调功能

关于Jquery ReplaceWith - 淡出/淡入,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4087085/

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