• Plugin Author Remzi Cavdar

    (@remzicavdar)


    Do you get “Uncaught ReferenceError: jQuery is not defined”?
    This generally happens when you use a WordPress caching plugin. If you use a caching plugin you will need to exclude this plugins jQuery version.

    Your hosting directory -> wp-content/plugins/jquery-manager/assets/js <- here are all the .js files stored. To exclude jQuery add the version you use to the exclusions, for example: wp-content/plugins/jquery-manager/assets/js/jquery-3.4.1.min.js

    This path depends on which jQuery version you activated.

    See our wiki for more information: https://github.com/Remzi1993/jquery-manager/wiki

    The page I need help with: [log in to see the link]

  • The topic ‘jQuery is not defined?’ is closed to new replies.