comparison src/main/webapp/resources/js/jquery.steps.js @ 0:7682c04c63a8

First commit of the source code!
author "jurzua <jurzua@mpiwg-berlin.mpg.de>"
date Tue, 10 Mar 2015 14:50:41 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:7682c04c63a8
1 // Initialize wizard
2 var wizard = $("#wizard").steps();
3
4 // Add step
5 wizard.steps("add", {
6 title: "HTML code",
7 content: "<strong>HTML code</strong>"
8 });