Topic: Uncaught ReferenceError: WOW is not defined
lawrence tang
pro asked 4 months ago
Expected behavior i downloaded the MDB-PRO_4.19.11 then i copy the code from here https://mdbootstrap.com/previews/docs/latest/html/intros/intro-register-classic-form.html
it suppose to have same view and feel
Actual behavior not working as the sample site checked dev console and it shows javascript error
Resources (screenshots, code snippets etc.)

Marcin Luczak
staff answered 4 months ago
Hi,
Please try to wrap your WOW init function with $(document).ready():
$( document ).ready(function() {
new WOW().init()
});
This should fix your problem.
Regards, Marcin
Answered
- User: Pro
- Premium support: No
- Technology: jQuery
- MDB Version: 4.19.1
- Device: Laptop
- Browser: Firefox
- OS: Windows 10
- Provided sample code: No
- Provided link: Yes