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

Update demo smartwizard2-validation.php to hide stale error msgs #19

Closed getconor closed 11 years ago

getconor commented 11 years ago

Once 'showMessage' displays an error message, the message persists after the error has been cleared, even into the next step. This change will call 'hideMessage' to hide the error message once the error has been cleared.

mstratman commented 11 years ago

Thanks!