mstratman / jQuery-Smart-Wizard

flexible jQuery plug-in that gives wizard like interface
http://mstratman.github.com/jQuery-Smart-Wizard/
303 stars 164 forks source link

Added hideButtonsOnDisabled option to hide disabled buttons #2

Closed gemakie closed 12 years ago

gemakie commented 12 years ago

Hello,

This change adds an option 'hideButtonsOnDisabled' (default: false) that when set to true will hide the inactive buttons instead of just disabling them, without having to resort to css overload tricks.

Greetings, Gemakie

mstratman commented 12 years ago

Very cool, thanks!