What I know that window.location.hash = hash_url is used to hashify the URL. Suppose I am at http://www.example.com And I want to hashify it. window.location.hash = #foo will lead to the URL http://example.com/#foo But what about when My actual URL is
http://example.com/bar But after hasifying I want it to http://example.com/#foo not like http://example.com/bar/#foo.
How twitter hashify works?
What I know that window.location.hash = hash_url is used to hashify the URL. Suppose
Share
First of all You lot can be wrong 🙂
http://html5demos.com/history/
secondly The only thing im not sure about is cross browser compatable,
last but not least why would it matter whether the bar is there or not ?