• Plugin Contributor jimbo2150

    (@jimbo2150)


    As of version 1.0.4 I have made jQuery load synchronously. This should fix the majority of issues with plugins and various themes since many still rely on jQuery being loaded prior to DOMContentLoaded event firing (calling scripts within the body without waiting or checking to see if jQuery is loaded).

    If you wish you can revert this behavior back to loading jQuery asynchronously and deferred by changing the $rwpJquerySynchronous property of the class to false prior to the header/scripts output (such as in the ‘init’ action).

    • This topic was modified 7 years, 2 months ago by jimbo2150.
  • The topic ‘1.0.4 – jQuery now synchronous’ is closed to new replies.