I've seen site redirection within a certain delay/time limit however is it possible to do that within a page that only has hash urls?
What is the code for redirecting a hash location within a page? For instance we are currently in #home then when I click on #load, it waits 5 seconds then redirects to #about - all within just one page just different hashes/#.
Thank you!
window.location.hash = 'foo';