github UI 如何在没有回发的情况下导航目录?
当浏览 github.com 上的存储库目录时,我注意到它使用很酷的 javascript 效果在目录视图之间切换,而无需曾经导致回发,但 url 会很好且 REST 地更改:http://../tree/master/dir7
-> http://../tree/master/dir7/dir4
。
每当我必须使用 JavaScript 跟踪导航时,我总是不得不求助于地址栏中的哈希参数。 http://...page#new-javascript-location
他们是如何做到的?
When navigating through my repo directories on github.com, I noticed that it uses cool javascript effects to switch between directory views without ever causing a postback, and yet the url changes nice and RESTfully: http://../tree/master/dir7
-> http://../tree/master/dir7/dir4
.
Whenever I have to keep track of navigation with javascript, I've always had to resort to hash arguments in the address bar. http://...page#new-javascript-location
How do they do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
https://github.com/blog/760-the-tree-slider
https://github.com/blog/760-the-tree-slider