简单的基于 jQTouch Form 的产品选择器
我正在使用 jQTouch 构建一个简单的移动应用程序,其 html/js/jquery 表单充当产品选择器。它有 5 个下拉菜单和 6 种可能的场景:
场景: 有 6 种产品 - 选择得分最高的产品。然后,用户将被带到包含该产品内容的 div(它充当 jQTouch 中的页面)。
形式:
问题 1
选项 1:产品 A 1 分,产品 C 1.5 分
选项 2:产品 B 1 分,产品 D 1 分
选项 3:产品 C 1 分,产品 E 1 分
选项 4:产品 F 为 1.5 分
- 等等,共 5 个问题。
由于这是使用 jQTouch,我希望通过表格找出哪个产品具有最多点,然后将用户带到相应的 div(页面)。有人对完成这项任务的最佳方法有任何见解吗?
非常感谢所有帮助。 :) 谢谢。
I'm using jQTouch to build a simple mobile app with an html/js/jquery form that which acts as a product selector. It has 5 dropdown menus, and 6 possible scenarios:
Scenarios: There are 6 products - whichever gets the most points is chosen. The user is then taken to the div (which acts as a page in jQTouch) with the content for that product.
Form:
Question 1
Option 1 : 1 point for Product A, 1.5 points for Product C
Option 2 : 1 point for Product B, 1 point for Product D
Option 3 : 1 point for Product C, 1 point for Product E
Option 4 : 1.5 points for Product F
- And so forth, across 5 questions.
As this is using jQTouch, I was hoping to have the form figure out which product had the most points, and then take the user to the appropriate div (page). Would anyone please have any insight to the best method to accomplish this task?
All help is very much appreciated. :) Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
想通了并认为发帖可能对其他人有帮助:) 在 jQTouch + Phonegap 中工作。
在 HTML 中:
Figured it out and thought that posting might help someone else :) Working in jQTouch + phonegap.
In HTML: