在我使用托管版本的标头之前:
<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>
推荐
今天我试图获得本地版本的标题:
预计至少具有相同的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)。 怎么了?
答案 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