Basic Wizard

1
2
3
4
5
6
7

HTML



JS

$(document).ready(function() {
    $('#rootwizard').bootstrapWizard();
});