JQuery Mobile - 始终显示后退按钮,无论入口点如何

发布于 2024-10-24 03:14:17 字数 428 浏览 0 评论 0原文

我正在使用 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 技术交流群。

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

发布评论

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

评论(1

场罚期间 2024-10-31 03:14:17

如果可以硬编码,那么只需添加

<a href="hardcodedprevious" data-icon="back" /> 

到标题中

If it's fine to hardcode, then just add

<a href="hardcodedprevious" data-icon="back" /> 

to the header

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