1

我使用 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

有什么帮助吗?

感谢和问候

4

1 回答 1

0
  1. 您可以更改您的 url 以获得您想要显示的页面的路径: http ://www.yourhost.com/inde.htm#mypagename
  2. 或 $.mobile.changePage(...
  3. 或 $.mobile.loadPage(... 更多信息请看:http: //jquerymobile.com/test/docs/api/methods.html
于 2013-01-07T21:10:10.990 回答