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
1
vote
0 answers

Angular controller on DOm that changes

First of all, I'm using jQuery-Smart-Wizard. When I put it into my code: $('#wizard_verticle').smartWizard({ transitionEffect: 'slide' }); this is supposed to change the DOM, but it's wrapped inside angular controller and it doesn't seems to…
Justin Homes
  • 3,739
  • 9
  • 49
  • 78
1
vote
0 answers

jump to current step when reloading instead of resetting to first step using smartWizard

Good day, I have a webform that is using smartWizard and keepFormData scripts. The scenario is this: the form values stays until it is submitted so whenever the page is reloaded or closed, the form values stays. Please feel free to test the webform…
rodger0816
  • 11
  • 2
1
vote
1 answer

jQuery SmartWizard with jQuery unobtrusive validation

I have a long form which is splitted into 3 pieces with the jQuery Smart Wizard. The demo, which I took as a starting point, is here. I would like to use jQuery unobtrusive validation but unfortunately the 'aria-required' attribute is missing from…
sada
  • 584
  • 2
  • 8
  • 25
1
vote
2 answers

smartWizard and jQuery validate

I am using smartWizard (can be found here http://techlaboratory.net/smartwizard) and now want to validate the form using jQuery validate plugin (can be found here http://bassistance.de/jquery-plugins/jquery-plugin-validation/ or here…
Adnan
  • 1,379
  • 2
  • 17
  • 24
1
vote
1 answer

Delay after an AJAX call in JQUERY

I have an ajax function which is obviously by default asynchronous. But I've this function in the first step of a wizard. So when the function executes, the purpose is to save something and after saving it returns an ID of the last inserted row.…
Sandeep Thomas
  • 4,303
  • 14
  • 61
  • 132
1
vote
5 answers

how to trigger on jquery.smart wizard Finish button?

Iam very new in jquery. here is jquery from smart wizard: / Default Properties and Events $.fn.smartWizard.defaults = { selected: 0, // Selected Step, 0 = first step keyNavigation: true, // Enable/Disable key navigation(left and…
r.r
  • 7,023
  • 28
  • 87
  • 129
1
vote
2 answers

jquery NOT ALWAYS waiting until for returned value but does sometimes

I have seen numerous examples on here and have tried for hours to get them to work but can't seem to figure out what I am doing wrong. I am very new to jquery and ajax so please be nice. I am attempting to use the smartWizard jquery plugin. Here is…
G-J
  • 1,080
  • 2
  • 16
  • 32
1
vote
1 answer

onLeaveStep of Smart-Wizard doesn't work

I am trying to call onLeaveStep from the smart wizard like so ... onLeaveStep: leaveStep ... Other than that all the parameters of the wizard are as instructed here http://techlaboratory.net/smartwizard/documentation#paramdesc The problem is that…
David Barel
  • 285
  • 5
  • 18
1
vote
1 answer

updating model as user walks through wizard' steps

I'm going to use the SmartWizard jQuery plugin to create a wizard-like ASP.Net MVC application. The user will go through multiple steps to fill in data. [EDITED FOR CLARITY] Each step should be a Partial View. The ViewModel is common to all the…
Sam
  • 13,934
  • 26
  • 108
  • 194
0
votes
1 answer

Smart Wizard Jquery plugin Square progress not working

I added smart wizard to my page for a step plugin. But the progress is not working on top nav bar. Line doesn't appear I added "square" and added the necessary css to the code but not working selected: 0, // Initial selected step, 0 = first…
0
votes
1 answer

Dinamic resizing of content not working on smart wizard plugin

consider the following jquery function: $(document).ready(function () { $('#add-product').click(function () { $("
0
votes
0 answers

Why am I getting an error when calling fixHeight method in Smartwizard?

I am adding some dynamic content during the showStep event of a Smart Wizard form (I create some DIVS), and I would like to resize the step accordingly. I am calling it like this : $("#smartwizard").on("showStep", function (e, anchorObject,…
b126
  • 544
  • 4
  • 11
0
votes
0 answers

Is it possible to add an icon on Jquery SmartWizard next and previous buttons?

I would like to add a Font Awesome icon inside the Next and Previous buttons of my jQuery Smart Wizard toolbar. Unfortunately, using the "lang" option to set it is not working. The HTML tags are not taken into account. lang: { next: 'Next
b126
  • 544
  • 4
  • 11
0
votes
0 answers

How to Use Jquery Smart Wizard with some ajax pages

I am having difficulty in understanding how to use the jQuery smart wizard. I have managed to get it going with static html for my first three tabs but I now want to add another tab which uses an ajax call to get the data based on the data I have…
0
votes
0 answers

jQuery - false if AJAX result is xyz not recognised

I am displaying a wizard form and at some stage have to check whether the entered property_code input value matches any record in the database. This is done via jQuery and AJAX call, which responds with either Valid or Invalid, based on which I may…
Armitage2k
  • 1,164
  • 2
  • 27
  • 59