Basic withVisible Wizard

HTML



JS

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