ホストされたバージョンのヘッダーを使用する前に:
<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>
ダウンロードjQueryモバイルページで推奨されているように
今日、私はヘッダーのローカルバージョンを取得しようとしていました:
- http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.zipをダウンロードします。
- http://code.jquery.com/jquery-1.9.1.jsをダウンロードします。
- 最初のものを解凍し、すべてのファイルを jQuery フォルダーに入れます。
- 次に、index.html のメタ領域を変更します。
少なくとも同じ 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が適用されていないと思います)。どうしたの?