iphone上的jquery移动站点

iphone上的jquery移动站点,jquery,iphone,ios,jquery-mobile,Jquery,Iphone,Ios,Jquery Mobile,当我在iPhone上加载我的站点时,它不会显示该站点。它只显示此“>” 它可以在电脑和我的iPad上正常工作。有什么想法吗 移动应用程序位于。 星期天 页脚 >//这不合适。也许IPhone无法处理jQuery mobile的页面 //将此内容放在页面之外。 我还看到了源代码第191-202行之间的一些有趣之处,其中有一个。这很奇怪,但应该不是问题和都应该是有效的标记,因为空格不应该是相关的。 <div data-role="page" id="page8"> <div dat

当我在iPhone上加载我的站点时,它不会显示该站点。它只显示此“>”
它可以在电脑和我的iPad上正常工作。有什么想法吗

移动应用程序位于。


星期天
页脚
>//这不合适。也许IPhone无法处理jQuery mobile的页面
//将此内容放在页面之外。

我还看到了源代码第191-202行之间的一些有趣之处,其中有一个。这很奇怪,但应该不是问题
都应该是有效的标记,因为空格不应该是相关的。
<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>