gpt4 book ai didi

twitter-bootstrap - Twitter Bootstrap 向导在 onnext 期间跳过步骤

转载 作者:行者123 更新时间:2023-12-01 05:25:03 25 4
gpt4 key购买 nike

这是 twitter bootstrap http://vadimg.com/twitter-bootstrap-wizard/ 的具体问题

我正在尝试确定是否有人能够在处理 onNext 事件时跳过步骤。我想根据先前步骤中选择的输入跳过步骤。我已经看到你可以这样做:

$('#rootwizard .finish').click(function() {
alert('Finished!, Starting over!');
$('#rootwizard').find("a[href*='tab1']").trigger('click');
});

我无法使用它,因为我已经禁用了选项卡,如果我在 onNext 事件期间使用它,如果我启用了选项卡,因为它继续执行来自 onNext 事件调用者的代码,这将无济于事。

谢谢

最佳答案

只是你可以使用

_myWizard.bootstrapWizard('show', 6);// zero-bazed index

_myWizard是从 bootstrapWizard initialisation 返回的内容
var _myWizard=$('#AddMemberWizard').bootstrapWizard({
'tabClass': 'form-wizard',
'onNext': function (tab, navigation, index) {
.....
}
});

希望这对你有帮助

关于twitter-bootstrap - Twitter Bootstrap 向导在 onnext 期间跳过步骤,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14434355/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com