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

return false destroy event next step ? #142

Open viyancs opened 9 years ago

viyancs commented 9 years ago

hi vince

i have a problem when i try to combine bootstrap wizard by adding validate, the case is when i try to code like demo is worked, then i try to modify simple thing inside element that i give validate.

`

            <div class="controls">
              <input type="text" id="namefield" name="namefield" class="required">
            </div>`

I was modify that html before i clicked next like adding some class on input el and div on the fly. the event next is gone after i tried to giving valid value.

VinceG commented 8 years ago

@viyancs any errors in console? i can't support specifics for validation with the wizard as it's beyond this projects scope.