how to prevent jquery loading twice?
-
i’m using edge suite to load animations.
noticed it’s loading jquery
<script src=”https://mysite.com/wp-content/uploads/edge_suite/edge_includes/jquery-2.0.3.min.js”></script>
but wordpress’ jquery is loaded again later in my html head
<script src=”https://mysite.com/wp-includes/js/jquery/jquery.js?ver=1.11.0″ type=”text/javascript”></script>
how do i prevent jquery from loading twice?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘how to prevent jquery loading twice?’ is closed to new replies.