0

我在http://appkon.com/demo/project2/photo.html上有一个网页

当我点击列表项时,它跳转到另一个页面,但是页面没有加载,除非我手动刷新它,我不知道为什么

有什么帮助吗?

4

2 回答 2

1

记住 rel="external" 或 data-ajax="false"

http://jquerymobile.com/demos/1.0a3/docs/pages/docs-pages.html

<ul data-role="listview" data-inset="true">
    <li><a rel="external" href="gallery/">夏日美背大作戰&lt;/a></li>
    </ul> 

这样,页面将在没有 ajax 的情况下加载。

于 2012-08-08T09:00:26.423 回答
0

http://appkon.com/demo/project2/photo.html

http://appkon.com/demo/project2/index.html

在浏览器中查看源代码,我可以在源代码的底部看到一个额外的“div”标签。可能是原因。

 </div>

</div> <----------- <Extra tag>.

</body>
</html>
于 2012-08-08T09:01:32.010 回答