JQuery Mobile - 始终显示后退按钮,无论入口点如何
我正在使用 JQuery Mobile 制作一个移动网站,需要允许进入任何部分,并且仍然允许用户向后导航。
举例说明我的意思。 JQuery Mobile 演示站点从以下位置开始:
http://jquerymobile.com/demos/1.0a3/
如果我单击“工具栏”,我会到达:
http://jquerymobile.com/demos/1.0a3/#docs/toolbars/index.html
有一个后退按钮可通往上一个站点。但如果我在浏览器中手动输入上述工具栏 URL,该页面将不会有后退按钮。
我怎样才能做到始终有一个后退按钮,同时仍然保持良好的 AJAX 支持的页面加载?服务器后端将生成所有 html 页面,因此可以对上一节的内容进行“硬编码”。
I'm making a mobile site with JQuery Mobile and need to allow entry to any section and still allow the user to navigate backwards.
Example to show what I mean. The JQuery Mobile demo site starts at:
http://jquerymobile.com/demos/1.0a3/
If I click on "Toolbars" I reach:
http://jquerymobile.com/demos/1.0a3/#docs/toolbars/index.html
There is a back-button which leads to the previous site. But if I manually enter the above toolbar URL into my browser the page will not have a back button.
How can I accomplish to always have a back button, while still keeping the nice AJAX backed page loads? The server back-end will generate all html-pages so it's fine to "hard code" what the previous section is.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果可以硬编码,那么只需添加
到标题中
If it's fine to hardcode, then just add
to the header