jQuery mobileの導入(準備)




 ①jQuery mobileを使用するには  ☆ソース <link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" /> <script type="text/javascript" src="http://code.jquery.com/jquery-1.7.1.min.js"></script> <script type="text/javascript" src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script> <meta name="viewport" content="width=device-width, initial-scale=1"> ※この4行を<head>○○○</head>に代入します。     jQuery mobileのjs,cssを読み込み、拡大率を指定しています。

    ローカルからインポートする方法でももちろん可能です。