Uncaught ReferenceError: KTUtil is not defined
How to correctly define it !
Replies (4)
Hi,
Please make sure that you are running your JS code when all dependacy JS files are loaded and ready for use. For this you can use below handler and run your code once the core js code is loaded and available:
// On document ready
KTUtil.onDOMContentLoaded(function () {
// put your code here
});
Also, make sure all the core js scripts are loaded properly as per the original HTML templates.
Regards.
Dear Sean,
Still have the same issue
kindly is there any other solution
You are welcome
Your Support Matters!
We will highly appreciate your Metronic Review on Themeforest.
Please go to Themeforest Downloads page, select Metronic & leave your feedback.