在iphone上的jquery移动加载栏

时间:2011-10-25 15:35:10

标签: jquery jquery-mobile

我注意到当我在iphone上加载以下代码时,url仍然以大约10%的速度加载页面。该页面完全加载,我可以看到。页面上的代码很少。

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>Welcome</title>
        <link href="http://code.jquery.com/mobile/1.0rc2/jquery.mobile-1.0rc2.min.css" rel="stylesheet" type="text/css" />
        <script src="http://code.jquery.com/jquery-1.6.4.min.js" type="text/javascript"></script>
        <script src="http://code.jquery.com/mobile/1.0rc2/jquery.mobile-1.0rc2.min.js" type="text/javascript"></script>
    </head>
    <body>
        <div data-role="page" id="page">
            <div data-role="content">
                <div data-role="controlgroup">
                    <a href="mob_date.html" data-role="button" data-icon="arrow-r" data-iconpos="right">Check Availability</a>
                    <a href="#" data-role="button" data-icon="arrow-r" data-iconpos="right">About Us</a>
                    <a href="#" data-role="button" data-icon="arrow-r" data-iconpos="right">Gallery</a>
                    <a href="#" data-role="button" data-icon="arrow-r" data-iconpos="right">Find Us</a>
                </div>
            </div>
        </div>
    </body>
</html>

1 个答案:

答案 0 :(得分:0)

我已将所有jQuery文件存储在我的服务器上。似乎iphone不喜欢某些文件来自安全连接而其他文件形成不安全。