i search for jquery page load.
I always face that people use something like that
jQuery("#popup").fadeIn(4000); //function to redirect the page after few seconds
window.location.replace("http://"+a_href);
}, 3000)
They sets timeout 3000 .However, there is a possibilty that the page could not be loadded after 3 sec.
Is there a way to do this dynamically ?