Phonegap JQTouch 多页表单 - 存储信息直至最终 POST
使用 Phonegap 框架的 JQTouch 实现多页面表单并将信息保存到最终 POST 之前的最简单方法是什么?
基本上,我想使用 JQTouch 创建一个多页面表单,并在最后 POST/发送输入到我的服务器上的 PHP 页面的所有信息,但我无法找出保存用户信息的最佳方法。
谢谢!
What's the easiest way to implement a multi-page form and save the information until the final POST using JQTouch for the Phonegap framework?
Basically, I want to create a multiple page form with JQTouch and at the end POST/send all information entered to a PHP page on my server, but am having trouble figuring out the best way to save the users info.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从他们的输入中收集所有变量,然后使用 Ajax 将它们发布到网络上。
Collect all of the variables from their inputs and then use Ajax to post them to the web.