MIF_E31230680/public/assetdashboard/vendor/wizard/jquery.steps.custom.js

25 lines
433 B
JavaScript

// Example Basic
$("#example-basic").steps({
headerTag: "h3",
bodyTag: "section",
transitionEffect: "slideLeft",
autoFocus: true,
});
// Example Form
$("#example-form").steps({
headerTag: "h3",
bodyTag: "section",
transitionEffect: "slideLeft",
autoFocus: true,
});
// Example Vertical
$("#example-vertical").steps({
headerTag: "h3",
bodyTag: "section",
transitionEffect: "slideLeft",
stepsOrientation: "vertical"
});