jqueryページの読み込みを検索します。
私はいつも人々がそのようなものを使うことに直面しています
jQuery("#popup").fadeIn(4000); //function to redirect the page after few seconds
window.location.replace("http://"+a_href);
}, 3000)
タイムアウト3000を設定します。ただし、3秒後にページを読み込めない可能性があります。
これを動的に行う方法はありますか?