view src/main/webapp/resources/js/jquery.steps.js @ 9:964fc53abeec

Script to create table sections_index and to solve problems of inconsistency.
author "jurzua <jurzua@mpiwg-berlin.mpg.de>"
date Wed, 18 Mar 2015 17:23:45 +0100
parents 7682c04c63a8
children
line wrap: on
line source

// Initialize wizard
var wizard = $("#wizard").steps();
 
// Add step
wizard.steps("add", {
    title: "HTML code", 
    content: "<strong>HTML code</strong>"
});