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

captcha #113

Closed Jericho closed 9 years ago

Jericho commented 9 years ago

Has anybody used a captcha with the bootstrap wizard?

What I'm trying to accomplish is:

Jericho commented 9 years ago

How do I disable/enable the "submit" button?

VinceG commented 9 years ago

@Jericho simply $('...').attr('disabled', true);