Superfish 和 hashbang

发布于 2024-12-18 12:25:50 字数 116 浏览 3 评论 0原文

我正在考虑在我的公共网站上用 hashbang 替换查询字符串,以获得更好的性能。

像 Superfish 这样的菜单与 hashbang 兼容吗?当我点击只有哈希部分不同的菜单项时,如何触发内容更新?

I am considering replacing querystrings with hashbangs on my public site, for better performance.

Are menus like Superfish compatible with the hashbang? How can I trigger a content update when I click a menu item where only the hash part is different?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

混吃等死 2024-12-25 12:25:50

如果您已经准备好在您的网站上使用 jQuery,我建议您查看 jQuery.address。它有一个简单的接口并支持哈希和pushState。请记住,从查询字符串切换到 ajax 调用时,您将必须更改大量服务器端代码。

If you are allready using jQuery on your site, i'll suggest taking a look at jQuery.address. It has a simple Interface and supports hashes and pushState. Keep in mind that you are going to have to change a lot of your serverside code when switching from querystrings to ajax calls.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文