Stepbar
Jquery widget for drawing an step bar that shows the current step you are in a wizard process
Download
Usage
$('#e1').stepbar({ items: ['Item1', 'Item2', 'Item3', 'Item 4', 'Item 5', 'Item 6'], color: '#84B1FA', fontColor: '#000', selectedColor: '#223D8F', selectedFontColor: '#fff', current: 5 });