问题标签 [jquery-steps]
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.
javascript - jQuery.steps 跳过一步
我正在使用 jQuery.steps 插件 ( http://www.jquery-steps.com/ ) 在内部网页中引导用户。
到目前为止一切顺利,现在我面临一个小问题,我目前确实有 5 个步骤,我现在需要实现的是:如果在第一步中选择了下拉列表中的特殊值,我必须跳过这些步骤2 和 4,因为此时不需要这些。
你们有什么解决办法吗?
我希望你能得到我的问题,如果你确实需要更多信息,请告诉我。
谢谢!
jquery - jquery-steps和cropit之间有什么冲突吗?
我在表单中使用 jquery-step。在第一步中,用户图像由cropit-js 加载。问题是加载 jquery-step 脚本时无法显示cropit modal。
cropit 的版本是 0.4.1 jquery-steps 的版本是 1.1.0
关于这个问题的任何想法?
我在 Laravel 4.2 上运行它
laravel-5 - jquery.steps 的问题
我正在使用 jquery.steps 插件,但是当我在浏览器中打开页面时,我收到消息“TypeError: $(...).steps is not a function”。这是我的示例代码(我正在使用 Laravel):
我是否缺少一些基本的东西,或者这没有按预期工作。任何建议表示赞赏。
提前致谢
jquery - 多个面板的 jQuery 步骤和验证
我有一个简单的向导,由三个简单的步骤组成。
在前两个步骤中,我有一些带有几个选择控件的表单控件,这些控件由所选插件处理
使用以下 javascript
为了使用所选插件处理验证,我在onStepChanging
事件中添加了以下验证器设置
当我在第二个面板中添加另一个选定的选择时,就会出现问题。该指令form.validate().settings.ignore = ":disabled,:hidden:not('select.form-control')";
还试图验证第二个面板中的选定元素。
我该如何解决这个问题?我可以告诉验证器只验证当前面板中包含的控件吗?
jquery - Nested jQuery Steps - Nothing displays on Main Next
I have a simple html form with nested jQuery steps.
The Main wizard has 5 steps and the 3rd step has a sub wizard containing 3 steps.
When clicked on "Next" of main wizard, step is moved and the content is displayed but after the 3rd step (the one with sub wizard) the tab moves to the 4rth but upon reaching 4rth step no content is displayed, if I disable the jQuery script that displays the sub wizard, the main 4rth step displays content.
I tried various forums and also started debugging jQuery Steps library for a while now but couldn't find out the reason.
Any help is appreciated.
Here is the code which is also executable.
jquery - 如何使用 jQuery 步骤汇总表单向导
我已经安装了 jQuery 步骤,并且想使用步骤向导制作一个表单。问题是当“完成”按钮出现时如何用 PHP 汇总表单。下面的所有代码都有效,除了最后一次提交的处理。
我的表单示例代码:
调用 jQuery 步骤的脚本:
最后,我想使用 PHP 将表单向导汇总到 db:
?>
jquery - Jquery Steps 和 FormValidation(重新验证)
我正在使用 Jquery Steps 和 FormValidation 但是当 onStepChanged 我无法重新验证字段。
输入为空但未重新验证!
我也尝试过(updateStatus 和 validateField)但没有成功!怎么回事!
更新
JSFIDDLE:演示
在第 3 步(确认)中,如果验证过程未通过,我正在向服务器端发送帖子以处理数据(产品库存、运输等),请返回第 1 步或第 2 步并重新输入数据。或者如果验证过程正常,则在步骤 3 中显示结果并允许用户完成(提交表单)。
php代码:
jquery - Jquery 步骤向导中的 Ajax 调用
我正在使用 jQuery-Steps 向导。在从一个向导导航到另一个向导时,我试图通过 ajax 发布表单。Ajax 没有得到认可。PFB 代码:
javascript - 使用引导验证器逐步验证 jquery-steps 表单
我有一个使用 jquery-steps ( https://github.com/rstaib/jquery-steps ) 制作的多步表单。我正在使用引导验证器插件(https://github.com/formvalidation/formvalidation.io)我能够在输入时获得在字段上工作的验证规则(它在用户输入时即时显示验证)。
但是,如果必填字段留空,或者用户没有在字段中提供有效信息并单击下一步,则该步骤继续进行。如果任何字段显示“无效”或“必填”字段未填写,我想阻止用户继续下一步。如何做到这一点?
jquery-steps - 标签输入在 jquery 步骤中不起作用
我希望以 jquery 步骤形式输入标签,但它不起作用。请帮忙
和我的引导标签输入在 jquery 步骤之后。
在我按回车后在此处输入图像描述 ,没有任何反应,仍然如此。我希望 tagsinput 在 jquery 步骤上工作。感谢大家