gpt4 book ai didi

javascript - 无法隐藏超时元素(react,jquery)

转载 作者:行者123 更新时间:2023-12-01 03:20:02 26 4
gpt4 key购买 nike

addAlert () {



this.refs.container.success(
"Welcome welcome welcome!!",
"You are now home my friend. Welcome home my friend.", {
timeOut: 3000,
extendedTimeOut: 11000,
closeButton:true
});
// $("#toast-container > div").hide(0).delay(5000).hide(0);
setTimeout($('.searchBlock').fadeIn('slow'), 3000);

//window.open("http://youtu.be/3SR75k7Oggg");
}

无法隐藏超时元素获取错误:VM83256:1 未捕获的语法错误:意外的标识符

最佳答案

可能的更正是添加匿名函数,更改以下行:

 setTimeout(function(){
$('.searchBlock').fadeIn('slow');
},3000);

关于javascript - 无法隐藏超时元素(react,jquery),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45286019/

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