• Hi all,

    i realized that the crellySlider initalizes completely after window.load() is finished. This makes the order of initialization of the elements not proper on the project that i am working. Is there a way to force crellySlider slider within:
    jQuery(document).ready(function($){}); , which i am using for initializing the elements?

    CrellySlider loads the slider but it finishes the slider initialization after $(window).on('load', function(){}); is executed.

    Any hints would be appreciated.

    Cheers

  • The topic ‘crellySlider loading after $(window).on(‘load’, function(){}); is done.’ is closed to new replies.