VinceG / twitter-bootstrap-wizard

This twitter bootstrap plugin builds a wizard out of a formatter tabbable structure. It allows to build a wizard functionality using buttons to go through the different wizard steps and using events allows to hook into each step individually.
MIT License
1.39k stars 676 forks source link

Save state in hash? #85

Closed marks closed 10 years ago

marks commented 10 years ago

Is it possible to save some state information in a hash and if so, how would be the best way to go about doing this in this librry?

Thanks!

VinceG commented 10 years ago

This library does not support hash change by default. you probably will have to add some events to support that.

VinceG commented 10 years ago

@marks