Remove hash (#) from url in Ajax navigation without refresh
Posted
by
Email
on Stack Overflow
See other posts from Stack Overflow
or by Email
Published on 2012-04-06T23:23:55Z
Indexed on
2012/04/06
23:30 UTC
Read the original article
Hit count: 231
I have an ajax navigation similar like here.
now if a menu is clicked window.location.hash is added like this #about
i want to REmove the hash (#) so that people can easily copy and share the link naturally.
How this can be done in april 2012 without a pagerefresh crossbrowserwise (IE7+,FF,Opera,Safari) ?
For inspiration: Here is actually someone already doing this, click on "portfolio" or "features" and watch the url in your browser.
thanks for tips
© Stack Overflow or respective owner