Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
初めて phonegap アプリ (タブレット用) を作成しようとしていますが、その構造をどのように整理すればよいかわかりません。
PhoneGap 開発のベスト プラクティスは何ですか?
どちらの方法も良いですが、1 つのファイルではなく個別のファイルを管理しやすいため、2 番目のオプションをお勧めします。
を使用してhtmlファイルを取得できます
$.get(file_name, function(data){ console.log(data); });
jquery 関数を使用すると、任意の DIV またはドキュメント ボディに innerHtml できます