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

Stepbar is a tiny jQuery plugin that lets you render a horizontal, dynamic progress indicator with custom steps. Useful in step-by-step sign-up form wizard.

progress-bar

Documentation

Stepbar

Jquery widget for drawing an step bar that shows the current step you are in a wizard process

Download

stepbar.js

Usage

 $('#e1').stepbar({       items: ['Item1', 'Item2', 'Item3', 'Item 4', 'Item 5', 'Item 6'],       color: '#84B1FA',       fontColor: '#000',       selectedColor: '#223D8F',       selectedFontColor: '#fff',       current: 5    });

Live demo

http://erickzanardo.github.io/stepbar/index.html


You May Also Like