jQuery / jQuery mobile的本地版本和托管版本之间的区别

时间:2013-04-18 20:22:29

标签: jquery jquery-mobile

在我使用托管版本的标头之前:

<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css" />
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>

Download jQuery mobile page

推荐

今天我试图获得本地版本的标题:

  1. 下载http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.zip
  2. 下载http://code.jquery.com/jquery-1.9.1.js
  3. 解压缩第一个并将所有文件放到jQuery文件夹中。
  4. 然后更改index.html的元区域:
  5. 预计至少具有相同的UI外观和感觉。

     <link rel="stylesheet" href="jQuery/jquery.mobile-1.3.1.min.css" />
        <script src="jQuery/jquery-1.9.1.min.js"></script>
        <script src="jQuery/jquery.mobile-1.3.1.min.js"></script>
    

    不幸的是,没有主题 - index.html以最小格式出现(猜测没有应用CSS)。 怎么了?

1 个答案:

答案 0 :(得分:0)

回答所有问题 - 目标文件夹的内容如下:

.:
images
index.html
jQuery
utils

./images:
post-logo-notitle-1.png
post-logo-notitle-2.png
post-logo-title-blue-1.png
post-logo-title-blue-2.png

./jQuery:
images
index.html
jquery-1.9.1.js
jquery.mobile-1.3.1.css
jquery.mobile-1.3.1.js
jquery.mobile-1.3.1.min.css
jquery.mobile-1.3.1.min.js
jquery.mobile-1.3.1.min.map
jquery.mobile.structure-1.3.1.css
jquery.mobile.structure-1.3.1.min.css
jquery.mobile.theme-1.3.1.css
jquery.mobile.theme-1.3.1.min.css

./jQuery/images:
ajax-loader.gif
icons-18-black.png
icons-18-white.png
icons-36-black.png
icons-36-white.png

./utils:
init.js