标签: javascript html url navigation query-string
在github.com上浏览我的repo目录时,我注意到它使用很酷的javascript效果在目录视图之间切换而不会导致回发,但是url更改很好且RESTful:http://../tree/master/dir7 - > http://../tree/master/dir7/dir4。
http://../tree/master/dir7
http://../tree/master/dir7/dir4
每当我必须使用javascript跟踪导航时,我总是不得不求助于地址栏中的哈希参数。 http://...page#new-javascript-location
http://...page#new-javascript-location
他们是如何做到的?
答案 0 :(得分:7)
https://github.com/blog/760-the-tree-slider