标签: javascript jquery url window delay
以下是代码:
window.location.replace('http://thewebsiteurl');
如何在延迟0.1秒后运行此代码?
-Thanks
答案 0 :(得分:0)
使用setTimeout
setTimeout
setTimeout(() => window.location.replace('http://thewebsiteurl'), 100) // in milli seconds
答案 1 :(得分:0)
如果您有队列:
.delay( milliseconds [, queueName ] )
The delay method