What to do when a script requires a different jquery version
-
So if I use the following script in footer
<script src="<?php bloginfo('template_url'); ?>/js/vendor/jquery-3.2.1.min.js"></script>
It messes with plugins that rely on wordpress jquery version. But if I use it in header is render-blocking which is not good for performance. Maybe using no-conflict?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘What to do when a script requires a different jquery version’ is closed to new replies.