我搜索 jquery 页面加载。
我总是面对人们使用类似的东西
jQuery("#popup").fadeIn(4000); //function to redirect the page after few seconds
window.location.replace("http://"+a_href);
}, 3000)
他们设置超时 3000 。但是,有可能在 3 秒后无法加载页面。
有没有办法动态地做到这一点?