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フレームワークにJQTouchを使用して、複数ページのフォームを実装し、最後のPOSTまで情報を保存する最も簡単な方法は何ですか?
基本的に、JQTouchを使用して複数ページのフォームを作成し、最後にサーバー上のPHPページに入力されたすべての情報をPOST /送信したいのですが、ユーザー情報を保存するための最良の方法を見つけるのに苦労しています。
ありがとう!
入力からすべての変数を収集し、Ajaxを使用してそれらをWebに投稿します。