问题标签 [jquery-form-wizard]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
343 浏览

jquery - jQuery中的加载函数问题

我有 2 个文件:users.phpform.php.

我使用该文件users.php来显示数据库中的用户。我还使用 jQuery 函数load()form.php.

我将 jQuery 库放在login.php. 我form.php有一些 jQuery 函数,所以我也必须将 jQuery 库放入其中。

问题是当我使用$("#loginForm").load("form.php")jQuery 获取所有库时form.php

表格.php:

用户.php

user.php并且在上面有这些脚本文件的标题

0 投票
1 回答
420 浏览

jquery - 带有jQuery表单向导的grails webflow不起作用

我的应用程序使用grails 2.2.0. 我在用户注册过程中使用 grails webflow。用户注册流程分为两步,一是个人信息,二是支付信息。此注册过程和 webflow 运行良好。

现在我已经要求在注册的第一步中实现formwizard ( demo )。个人信息步骤现在分为两个步骤,一个是个人详细信息,另一个是地址信息。

当我添加form-wizard类来实现表单向导视图时,我的 webflow 不起作用,没有form-wizard我的 web flow 可以正常工作。

我在流程中添加了调试语句,发现使用时没有打印日志form-wizard。我认为我的提交按钮行为在form-wizard.

我不知道如何解决这个问题。如何grails webflow使用form-wizard

0 投票
2 回答
1768 浏览

jquery - Submitting PHP form from jQuery Form Wizard

I have a form through the jQuery Form Wizard, all the sections work fine and the last tab gives the user the chance to look over the inputs before submit.

On Submit I have put the below code to send the data to the database. My issue is that the POST data doesnt get to the database, a row is inserted, but it is a blank row.

I've tested the Insert and have manually input data so that when the Submit is clicked this is input into the db.

How can I get the data from the form into the database?

My PHP POST code (Yes I know it's not PDO ;-) I have other issue with PDO and my init.php file on from this location hence using mysql_ for now.)

0 投票
1 回答
594 浏览

google-maps - jquery 向导上的谷歌地图无法正确加载

我想在向导表单上制作谷歌地图,但地图无法正确加载,只显示一半。我尝试调整大小,但地图仍然无法完全显示。谢谢

我使用引导响应。

0 投票
3 回答
4417 浏览

jquery - 带有自定义按钮的引导表单向导步骤

我正在使用引导表单向导来创建 HTML 表单。我的表单中有一个自定义链接/按钮。我添加了一个自定义导航按钮,而不是默认的下一步按钮。我的要求是单击按钮时,如何导航到另一个选项卡内容?通过 AngularJs 函数自定义按钮逻辑句柄。

HTML 标记

AngularJs 代码

如果有人知道,请告诉我。

0 投票
1 回答
180 浏览

ruby - 在 jQuery Stepy Wizard 中使用 ReCAPTCHA 时抛出错误

我已经使用 jQuery.stepy.js 使用了多步注册表单我还使用“gem“recaptcha”添加了 google ReCAPTCHA。当我放置

在向导表单中,它会抛出这样的 JavaScript 错误:

我已经搜索了这个错误背后的原因,发现如果 google recaptcha 库加载两次就会出现这个错误。这是因为 jQuery.stepy.js 吗?如何解决此错误?

0 投票
0 回答
121 浏览

jquery - 表单向导中未验证复选框

我有一个表单向导,我想使用复选框。问题是当我需要一个复选框时,向导无法识别它,因此即使未选中该复选框,它也会转到下一步/选项卡。在最后一步,它显示仍然需要一个字段(未选中的复选框)。它适用于文本、数字、选择等常规输入。

更新:添加了代码片段,它在这里工作。也许我使用了错误的 jquery 版本?