Skip to content
This repository has been archived by the owner on Aug 6, 2019. It is now read-only.

How can i ignore disable tabs on next button #228

Open
waleedshah opened this issue Jul 18, 2018 · 0 comments
Open

How can i ignore disable tabs on next button #228

waleedshah opened this issue Jul 18, 2018 · 0 comments

Comments

@waleedshah
Copy link

$('[data-toggle="wizard-radio"]').click(function(){
var proptype = ($(this).find(".proptype").val())
if(proptype == "Studio")
{
$('.wizard-card').bootstrapWizard('disable', 1);
}
else
{
$('.wizard-card').bootstrapWizard('enable', 1);
}

})
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant