Superfish 和 hashbang
我正在考虑在我的公共网站上用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您已经准备好在您的网站上使用 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.