Questions tagged [smart-wizard]

Smart Wizard is an accessible step wizard jQuery plugin with Bootstrap compatibility, developed by Dipu Raj of TechLaboratory.net

Smart Wizard is a flexible jQuery plug-in for wizard like interface. It allows to group contents into sections and so it saves page space and also gives a neat and stylish interface with various themes.

Home page
Documentation
Demo
GitHub Repository

83 questions
0
votes
5 answers

When clicking the tab very fast two tab's got Selected

When try to click the tabs very fast two tabs got Selected in Jquery SmartWizard.js plug-in i tried this way but no luck any one experienced this... and also tried .on /.off events no luck. $($this.steps).bind("click", function (e) { …
Chandru velan
  • 136
  • 1
  • 3
  • 21
0
votes
1 answer

validate form segments independently

I have a very big form which I am splitting across four segments in a wizard like way. The wizard plugin (smart wizard) has the form segment currently in focus avtive while the remaining 3 segments are hidden in the dom. I am using the jquery…
Faiyet
  • 5,341
  • 14
  • 51
  • 66
0
votes
1 answer

loading dynamic content with AJAX

So im loading in content from a PHP(services(controller)/ajaxcontents(function)) through my controller. The function generates dynamic form fields from a database and returns them to the wizard. They are outputted like so:
Undermine2k
  • 1,481
  • 4
  • 28
  • 52
0
votes
1 answer

Adding jquery-ui DatePicker to SmartWizard

I'm using IE8 and SmartWizard 2.0 plugin. One of the steps in the SmartWizard includes a datepicker. But the popup doesn't show on clicking the input tag. var step4 = '
0
votes
2 answers

JQuery SmartWizard: Dynamic ajax content

I'm using JQuery SmartWizard and it has the ability to load content using Ajax, but I do not see how to pass any parameters to the server. Am I missing something? It seems like the purpose of having Ajax is to send parameters to the server, and…
Dave
  • 4,949
  • 6
  • 50
  • 73
0
votes
3 answers

CSS floating issue being pushed to new line

Please see my jsfiddle example below. Can anyone figure out what I am doing wrong here? I am attempting to use a third party plugin called Smart Wizard it all works except for this one aspect as shown in the jsfiddle. The [X] is on a new line, it…
James Wilson
  • 5,074
  • 16
  • 63
  • 122
-1
votes
1 answer

Use Smart wizard 4 with ajax and php

I've found an interesting jquery plugin to create a wizard it's name is Smart wizard 4. I want to be able to stop the user after the second step to wait until an invitation code was inserted and validated from my php script. Can anyone suggest me a…
Oshione
  • 88
  • 13
-1
votes
2 answers

Smart Wizard needs to stay on selected step if validation fails

I am using Smart Wizard, and I need to know if it can stay on the selected step if the page validation fails. At the moment it is flagging the step red, but I need to prevent it from going to the next step until the validation errors are…
GreenGeckoZA
  • 21
  • 2
  • 7
1 2 3 4 5
6