Hey guys, quick question, I could not find anything useful on the Internet.
if I already have a hash in my address bar, for example, for example. domain.com # whatever, and I'm calling ...
top.location.hash = "";
#wathever converts to domain.com # without anything.
Is it possible to completely remove the hash? So there is no #left.
Because if I call top.location.hash = "";, the page jumps up because # the URL is passed. I want to prevent this.
source
share