jQuery 3?
-
Hi guys,
The plugin seems to load its own version of jQuery, v3. As you may be aware, including a jQuery library that overrides the default jQuery library included by WordPress is bad practice, since jQuery is a shared resource among themes and plugins. Beyond the inefficiency of loading the jQuery library twice, it’s going to cause conflicts with other plugins and themes, which require the proper version of jQuery to be loaded.
If you’re not familiar, please read this article: https://pippinsplugins.com/why-loading-your-own-jquery-is-irresponsible/
Basically, no plugin or theme should ever be dictating the version of jQuery that a site uses.
Could you please remove the incorrect version of jQuery from your plugin? I’ve already had to assist several of my customers due to conflicts caused by the jQuery library in your plugin.
Thanks!
Chris
- The topic ‘jQuery 3?’ is closed to new replies.