Skip to content

pimtel/jQuery-StepMaker-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple step-tracker jQuery plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published