javascript - Change url without reloading the page -


how can pass type of url:

http://domain.com 

to type:

http://domain.com/#0123456789 

without reloading page.

i not want use html5 window.history.replacestate function, not work older versions of internet explorer.

i found answer:

location.hash = "0123456789"; 

sorry answer own question...but no answer gave right point.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -