jQuery Form Wizard Plugin - Smart Wizard

File Size: 62 KB
Views Total: 18011
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
jQuery Form Wizard Plugin - Smart Wizard

Smart Wizard is jQuery Form Wizard Plugin that gives wizard like interface. The plugin comes with 6 styles for you to choose:

Default Properties and Events:

selected: 0,  // Selected Step, 0 = first step
keyNavigation: true, // Enable/Disable key navigation(left and right keys are used if enabled)
enableAllSteps: false,
transitionEffect: 'fade', // Effect on navigation, none/fade/slide/slideleft
contentURL:null, // content url, Enables Ajax content loading
contentCache:true, // cache step contents, if false content is fetched always from ajax url
cycleSteps: false, // cycle step navigation
enableFinishButton: false, // make finish button enabled always
hideButtonsOnDisabled: false, // when the previous/next/finish buttons are disabled, hide them instead?
errorSteps:[],    // Array Steps with errors
labelNext:'Next',
labelPrevious:'Previous',
labelFinish:'Finish',
noForwardJumping: false,
ajaxType: "POST",
onLeaveStep: null, // triggers when leaving a step
onShowStep: null,  // triggers when showing a step
onFinish: null,  // triggers when Finish button is clicked
includeFinishButton : true,   // Add the finish button
reverseButtonsOrder: false, //shows buttons ordered as: prev, next and finish
buttonOrder: ['finish', 'next', 'prev']  // button order, to hide a button remove it from the list

Change log:

2018-01-16

  • Reimplementation of option includeFinishButton and reverseButtonsOrder

v3.0.0 (2013-12-06)

  • update to the latest version.
  • fixed demo links.

This awesome jQuery plugin is developed by mstratman. For more Advanced Usages, please check the demo page or visit the official website.