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

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -