jquery-steps Questions
8
Solved
I'm using Jquery steps wizard plugin. The problem I am having is that each step of the wizard has content of a different height. The css included with the examples to control the height for the con...
Filagree asked 2/4, 2014 at 17:45
7
Solved
I am using jQuery steps ( https://github.com/rstaib/jquery-steps/wiki ) in order to create step by step form to users to fill out. It works great, however I need to be able to reset it. Once user s...
Gammon asked 3/4, 2014 at 15:1
16
I am using a jQuery-steps on my app to for a wizard-like situation. I am having trouble finding out how to change to a custom step though. Any help with this one?
$(function () {
$("#wizard").ste...
Scarlatina asked 13/11, 2013 at 15:16
11
How can I control the move to next step according to the result of some ajax call??
the data.d returns with a bool value
$("#wizard").steps({
onStepChanging: function (event, currentIndex, newIn...
Cholera asked 25/11, 2013 at 20:51
4
Solved
I'm using jQuery Steps for my site signup wizard, works awesome with the exception that on the first step I'm getting the previous button, which really makes no sense since there is no previous con...
Hazelton asked 22/3, 2015 at 3:17
4
Solved
I have included the jquery-steps plugin.
How can I change the buttons texts?
Now it says "finish" I want to change that into "go"
Thanks
Minerva asked 9/3, 2014 at 17:52
6
I'm looking for a way to get the current step in my jQuery Steps wizard. I would like to perform an action if the current step is step 1.
Abortifacient asked 9/2, 2015 at 19:18
1
Solved
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 ...
Limbus asked 2/9, 2015 at 17:54
3
Solved
I'm using: http://www.jquery-steps.com/Examples#async in my project. It's a nice Jquery-plugin for adding wizards.
My question is about dynamic steps. The content of the next step should depend o...
Karyokinesis asked 19/10, 2013 at 10:24
1
Solved
The HTML:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width...
Swordsman asked 30/4, 2014 at 18:41
1
I installed Jquery-steps plugin and select2 plugin. I put select2 box inside the Wizard form (jquery-steps) and it doesn't work. The list values are not exported in . Outside the wizard select2 wor...
Pampas asked 13/4, 2014 at 2:3
1
© 2022 - 2024 — McMap. All rights reserved.