JQuery Redirect to URL after specified time -


Is there a way to use JQuery to redirect to a specific URL after giving a time?

You can use the function:

  // milliseconds Your delay in var delay = 1000; SetTimeout (function () {window.location = URL;}, delay);    

Comments

Popular posts from this blog

php - Creating canonical URLs with custom route-classes -

mysql - Formatting problem with PHP DateTime Difference when used as part of an equation -

Mysql Local server hardware -