Basic Tabs Wizard

3

HTML



JS

$(document).ready(function() {
    $('#rootwizard').bootstrapWizard({'tabClass': 'nav nav-tabs'});
});