#[jquery-wizard](https://github.com/amazingSurge/jquery-wizard) ![bower][bower-image] [![devDependency status][devdeps-image]][devdeps-link]
`jquery-wizard` is a lightweight jquery plugin for creating step-by-step wizards.
##Getting jquery-wizard
###Download
Get the latest build, ready to go:
* [Development](https://raw.githubusercontent.com/amazingSurge/jquery-wizard/master/dist/jquery-wizard.js) - unminified
* [Production](https://raw.githubusercontent.com/amazingSurge/jquery-wizard/master/dist/jquery-wizard.min.js) - minified
###Build From Source
If you want build from source:
git clone git@github.com:amazingSurge/jquery-wizard.git
cd jquery-wizard
sudo npm install
grunt
Done!
###Install From Bower
bower install jquery-wizard.js
## Usage
### Include Files
```html
```
### Html Structure
```html