I am currently using Slick (Ken Wheeler) slider function. It is currently on being loaded within the footer with only two variables.
$('.slickSlider').slick({
dots: true,
fade: true
});
I am currently experiencing the ready functionality of jquery where i can see everything breaking until the jquery is loaded. Is there anyway to hide the slider or to fix this issue? where it loads first or it doesnt load anything until all assets are done.
Thanks in advance.