ページの先頭行へ戻る
Interstage Mobile Application Server V1.3.0 アプリケーション開発ガイド
FUJITSU Software

G.1.2 アプリケーションを組み込む

jQuery Mobileは、アプリケーションに組み込んで使用します。

  1. インストール先の、jQuery Mobileが格納されたディレクトリをコピーして使用します。
    Windows
    <製品インストールフォルダー>\development\jquerymobile\runtime
    Linux
    /opt/FJSVimsrv/development/jquerymobile/runtime
  2. HTMLの<head>~</head>に以下の記述を追加します。
    <link rel="stylesheet" href="runtime/jquery.mobile-1.4.2.min.css"/>
    <script src="runtime/jquery-2.1.0.min.js"> </script>
    <script src="runtime/jquery.mobile-1.4.2.min.js"> </script>