iphone上的jquery cdn

时间:2012-04-23 15:43:16

标签: jquery-mobile

出于一些奇怪的原因,当我在Chrome上加载我的网络应用程序时,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站点复制了上面的代码片段。有关为什么会有不同行为的任何建议吗?

0 个答案:

没有答案