使用jquery mobile在php中重叠页面

时间:2015-03-10 10:06:42

标签: php jquery

我正在使用jquery mobile开发移动网站。我的网页名称www.example.com/index.php包含header.php页面。还有第二页,例如www.example.com/secondpage.php,其中还包含header.php页面,其中包含指向index.php页面wwww.example.com/index.php的链接。

首次浏览时页面看起来不错,第一次浏览时www.example.com/index.php布局很好。当你转到第二页即www.example.com/secondpage.php并点击secondpage.php上的链接返回到第一页然后它返回到www.example.com/index.php但是布局重叠问题这意味着相同的header.php被包括两次。其他布局还可以。

如何在回访时正确显示页面?

1 个答案:

答案 0 :(得分:0)

重要的是要注意,如果您从通过Ajax加载的移动页面链接到具有多个内部页面的页面,则需要在链接中添加rel =“external”或data-ajax =“false”。例如:.........请访问以下网站以获取更多信息.. http://demos.jquerymobile.com/1.0a3/docs/pages/docs-pages.html