Topic: Uncaught ReferenceError: WOW is not defined
                  
                  lawrence tang
                  pro
                  asked 5 years 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 5 years 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
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Pro
 - Premium support: No
 - Technology: MDB jQuery
 - MDB Version: 4.19.1
 - Device: Laptop
 - Browser: Firefox
 - OS: Windows 10
 - Provided sample code: No
 - Provided link: Yes