sathomas / acc-wizard

Wizard implementation for bootstrap based on accordion
216 stars 76 forks source link

acc-wizard

An accordion-based wizard based on Bootstrap styles.

(For a CoffeeScript version, as well as many other improvements, check out Andrew Feng's fork.)

This wizard is implemented as a jQuery plugin. Include the appropriate CSS and javascript files in your HTML, and then activate the wizard by calling it, e.g.

$(window).load(function() {
            $(".acc-wizard").accwizard();
})

For a demonstration and example usage, see here.

The plugin accepts options as a single object argument. Supported options are: