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