Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Alex

    (@ulkoalex)

    window.addEventListener('DOMContentLoaded', function() {
    	console.log('vanilla - DOMContentLoaded');
    });
    $(function(){
    	console.log('jquery - DOM loaded');
    });

    jQuery v1/v2 will give us:

    jquery - DOM loaded
    vanilla - DOMContentLoaded

    jQuery v3 will give us:

    vanilla - DOMContentLoaded
    jquery - DOM loaded

    Hello @ulkoalex

    We’ve already been communicating with you/Peter via email regarding this issue. I just wanted to note here that we are working on a resolution.

    Just be sure when reporting issues that you report directly to Support@DiverseSolutions.com to ensure we get to your requests as quickly as possible.

    Thank you!

    I just wanted to post confirmation that our newest version of the plugin corrects the issue expressed herein.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Scripts not initialized due to DOMContentLoaded vs jQuery.ready execution order’ is closed to new replies.