🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

StepMaker is a minimalist jQuery plugin which allows you to create horizontal, customizable wizard steps on your web application.

Wizard

Documentation

jQuery Step-Maker

A jQuery Plugin to build a step-tracker

#How to use Step-Maker is simple, just set an array of strings for steps option. If you want to specify what steps you are then set currentStep to the step, default is the first.

 $('.step-container').stepMaker({     steps: ['Login', 'Acknowledgements', 'Personal Data', 'Bank Information','Tax Info'],     currentStep: 3   }); 

Result: jQuery Step-Maker Plugin


You May Also Like