Topic: Steps (Stepper) - Problem
Niklas Bicok pro asked 6 years ago
<div class="md-form col-12 ml-auto"> <input id="email-horizontal" type="email" class="validate form-control" required> <label for="email-horizontal">Email</label> </div> MD-Form ist missing. -> MDB Version 4.5.13
Piotr Glejzer staff answered 6 years ago
- Download package 4.5.13.
- Put a link with steppers.css below previous links.
- Copy script tag with steppers.js and paste it below the last script.
- Create a new script tag and put initiate code and other function if you need.
- Copy code HTML from a website and paste it to file.
Piotr Glejzer staff answered 6 years ago
Niklas Bicok pro answered 6 years ago
<link href="core/css/addons-pro/stepper.css" rel="stylesheet"> <script type="text/javascript" src="core/js/addons-pro/stepper.min.js"></script> Code Stepper JS:
$(document).ready(function () {
$('.stepper').mdbStepper();
})
Piotr Glejzer staff commented 6 years ago
What version do you use? New steppers are available from 4.5.12 version.
I checked in version 4.5.13 that everything is working correctly.
Niklas Bicok pro commented 6 years ago
I also use version 4.5.13 but it dont work.
I dont know what im doing wrong...
Uncaught TypeError: $(...).mdbStepper is not a function - jquery-3.3.1.min.js:2
???
vinoth@yritis.com commented 6 years ago
I am also getting this problem. Steppers with horizontal and vertical form not working.
claritysfw answered 6 years ago
Any movement on this? having the same problem
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: 4.5.10
- Device: PC
- Browser: Chrome
- OS: Windows 10
- Provided sample code: No
- Provided link: No