【发布时间】:2011-11-13 21:17:00
【问题描述】:
当我在 iPhone 上加载我的网站时,它不会显示该网站。它只显示这个“>”。
它在电脑和我的 iPad 上运行良好。有什么想法吗?
【问题讨论】:
标签: jquery iphone ios jquery-mobile
当我在 iPhone 上加载我的网站时,它不会显示该网站。它只显示这个“>”。
它在电脑和我的 iPad 上运行良好。有什么想法吗?
【问题讨论】:
标签: jquery iphone ios jquery-mobile
<div data-role="page" id="page8">
<div data-role="header">
<h1>Sunday </h1>
</div>
<div data-role="content">
<a href="http://maps.google.com/maps?q=London">Directions to here</a>
</div>
<div data-role="footer">
<h4>Page Footer</h4>
</div>
</div>
> // This is out of place. Maybe the IPhone cannot handle jQuery mobile's pages
// with this content outside the pages.
</body>
【讨论】:
</div>< /div>和</div >都应该是有效的标签,因为空白不应该是相关的。