jQuery is enqueued after JS snippet
-
We have a website with a handful of JS snippets. They require jQuery and it worked great. We set them so load always, as an external file in the page footer. Since a few days (not sure the exact date) the order of the JavaScripts has changed so that our JS snippets are now enqueued BEFORE jQuery. This leads to a JavaScript error (jQuery is not defined).
What can we do to fix this?
- The topic ‘jQuery is enqueued after JS snippet’ is closed to new replies.