We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Jaascript error ej is not defined

I have this problem on my hosted server, it says ej is undefined, I have added the script ej.web.all.min.js to the page head, it doesnt work. It loads fine locally. Any pointers or suggestions?

Thanks

1 Reply

AB Ashokkumar Balasubramanian Syncfusion Team April 12, 2019 09:20 AM UTC

Hi Kent, 
 
Greetings from Syncfusion!!!  
 
Our further investigation of your reported problem, it’s due to the below scenarios. Could you please check it? 
 
Issue Scenario 1: 
 
In the script file reference, the ej.webform.min.js file is placed before the ej.web.all.min.js file. 
 
Issue Scenario 2: 
 
In the script file referencethe ej.web.all.min.js file reference is missing. The script reference should be in a following order. 
 
<script src="external/jquery-1.10.2.min.js"></script> 
<script src="external/jquery.easing.1.3.min.js"></script> 
<script src="external/jquery.globalize.min.js"></script> 
<script src="external/jsrender.min.js"></script>  
<script src="ej/ej.web.all.min.js"></script>  
<script src="ej/ej.webform.min.js"></script> 
 
Issue Scenario 3:  
 
In the script file reference, the jquery file reference is specified in single place, don’t specify more than one place. 
 
Still you are facing the same problem, please share the below details. 
 
1.     Screen shot of script error. 
2.     Syncfusion & Jquery Script reference details. 
3.     If possible share the application 
 
Regards, 
Ashokkumar B. 


Loader.
Up arrow icon