$(document).ready(function()
How can I use the build for metronic v8? Which files should be included?
Hi,
Metronic has its own handler to execute the code when the document is ready:
// On document ready
KTUtil.onDOMContentLoaded(function() {
// run your code here
});