Current File : //home/tradevaly/public_html/public/assets/js/pages/form-wizard.init.js |
/******/ (function() { // webpackBootstrap
var __webpack_exports__ = {};
/*!************************************************!*\
!*** ./resources/js/pages/form-wizard.init.js ***!
\************************************************/
/*
Template Name: Skote - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: themesbrand@gmail.com
File: Form wizard Js File
*/
$(function () {
$("#basic-example").steps({
headerTag: "h3",
bodyTag: "section",
transitionEffect: "slide"
});
$("#vertical-example").steps({
headerTag: "h3",
bodyTag: "section",
transitionEffect: "slide",
stepsOrientation: "vertical"
});
});
/******/ })()
;