| 123456789101112131415161718192021222324252627 |
- /******/ (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"
- });
- });
- /******/ })()
- ;
|