bootstrap-wizard

码农软件 · 软件分类 · CSS框架 · 2019-04-21 23:11: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);

本文地址:https://www.codercto.com/soft/d/4105.html

Numerical Recipes 3rd Edition

Numerical Recipes 3rd Edition

William H. Press、Saul A. Teukolsky、William T. Vetterling、Brian P. Flannery / Cambridge University Press / 2007-9-6 / GBP 64.99

Do you want easy access to the latest methods in scientific computing? This greatly expanded third edition of Numerical Recipes has it, with wider coverage than ever before, many new, expanded and upd......一起来看看 《Numerical Recipes 3rd Edition》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码