Skip to content

Instantly share code, notes, and snippets.

@dsebao
Created May 7, 2014 18:37
Show Gist options
  • Save dsebao/cf0ada2492741ee03545 to your computer and use it in GitHub Desktop.
Save dsebao/cf0ada2492741ee03545 to your computer and use it in GitHub Desktop.
Redirect in js
window.setTimeout(function(){
window.location.href = "https://www.google.com";
}, 3000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment