github UI 如何在没有回发的情况下导航目录?

发布于 2024-10-21 16:10:40 字数 362 浏览 1 评论 0原文

当浏览 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文