javascript - get url with content after hash -


how can url content after hash ?

window.location return me url without hash :/

for example:

www.mystore.com#prodid=1

window.location return www.mystore.com

window.location.hash 

https://developer.mozilla.org/en/window.location

note properties section.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -