【问题标题】:how to display same page in nested lists when refresh the page?刷新页面时如何在嵌套列表中显示相同的页面?
【发布时间】:2013-01-08 05:10:10
【问题描述】:

我使用 spring 3 mvc、jquery mobile 1.2 和 HDIV 开发了一个移动应用程序。

我的应用程序中有一个嵌套列表。我的问题是当我在嵌套列表中刷新浏览器时,浏览器会将我带到主页。如何在 jquery mobile 中停止刷新以及如何在嵌套列表中显示相同的列表页面?

我想要完全一样的...http://jquerymobile.com/demos/1.0a3/#docs/lists/lists-nested.html&ui-page=Planes-1

有什么帮助吗?

感谢和问候

【问题讨论】:

    标签: javascript jquery jquery-mobile


    【解决方案1】:
    1. 您可以更改您的 url 以获得您想要显示的页面的路径: http://www.yourhost.com/inde.htm#mypagename
    2. 或 $.mobile.changePage(...
    3. 或 $.mobile.loadPage(... 更多信息请看:http://jquerymobile.com/test/docs/api/methods.html

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2012-02-06
      • 2023-02-06
      • 1970-01-01
      • 2013-12-14
      • 2019-02-11
      • 2013-06-23
      • 1970-01-01
      相关资源
      最近更新 更多