0

出于某种奇怪的原因,当我在 chrome 上加载我的 web 应用程序时,jquery mobile 完美无缺,但是当我在我的 iphone 上尝试它时,它永远不会正确呈现。该页面只是崩溃,看起来非常糟糕。我决定使用cdn,因为有人告诉我它更快。

<!-- the three things that jQuery Mobile needs to work -->
    <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.css" />
    <script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
    <script src="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.js"></script>

我直接从 jquery 站点复制了上面的代码片段。关于为什么会出现不同行为的任何建议?

4

0 回答 0