twitter-bootstrap-wizard
twitter-bootstrap-wizard copied to clipboard
return false destroy event next step ?
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="control-group"> <label class="control-label" for="name">Name</label> <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.
@viyancs any errors in console? i can't support specifics for validation with the wizard as it's beyond this projects scope.