bootstrap-wizard向导式插件

联合创作 · 2023-09-24 01:33

一款基于bootstrap的向导式插件,示例代码:



//basic wizard
$(document).ready(function() {
$('#rootwizard').bootstrapWizard();
});

//wizard with options and events
$(document).ready(function() {
$('#rootwizard').bootstrapWizard({
tabClass: 'nav nav-pills',
onNext: function(tab, navigation, index) {
alert('next');
}
});
});

//calling a method
$('#rootwizard').bootstrapWizard('show',3);
浏览 33
点赞
评论
收藏
分享

手机扫一扫分享

编辑 分享
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑 分享
举报