form-wizard.init.js 695 B

123456789101112131415161718192021222324252627
  1. /******/ (function() { // webpackBootstrap
  2. var __webpack_exports__ = {};
  3. /*!************************************************!*\
  4. !*** ./resources/js/pages/form-wizard.init.js ***!
  5. \************************************************/
  6. /*
  7. Template Name: Skote - Admin & Dashboard Template
  8. Author: Themesbrand
  9. Website: https://themesbrand.com/
  10. Contact: themesbrand@gmail.com
  11. File: Form wizard Js File
  12. */
  13. $(function () {
  14. $("#basic-example").steps({
  15. headerTag: "h3",
  16. bodyTag: "section",
  17. transitionEffect: "slide"
  18. });
  19. $("#vertical-example").steps({
  20. headerTag: "h3",
  21. bodyTag: "section",
  22. transitionEffect: "slide",
  23. stepsOrientation: "vertical"
  24. });
  25. });
  26. /******/ })()
  27. ;