Jquery help? Multiple versions?
-
I am looking through my header file and I noticed multiple instances of calling jquery. Some are different versions, some are “custom” (whatever that means)
<script src="/wp-content/themes/cleantelligent/js/jquery.cycle.all.js" type="text/javascript"></script> <script src="/wp-content/themes/cleantelligent/js/jquery-ui-1.8.19.custom.min.js" type="text/javascript"></script> <script type='text/javascript' src='/wp-includes/js/jquery/jquery.js?ver=1.7.2'></script> <script type='text/javascript' src='/wp-includes/js/comment-reply.js?ver=3.4.2'></script> <script src="/wp-content/themes/cleantelligent/js/jquery.cycle.all.js" type="text/javascript"></script> <script src="/wp-content/themes/cleantelligent/js/jquery-ui-1.8.19.custom.min.js" type="text/javascript"></script>
I’m guessing this is a problem, right?
I’m a super newbie with jquery and I have no idea what I’m doing here. I’m guessing some of these scripts may have been placed here as part of a plugin for wordpress, or for something else entirely.
Do I need multiple scripts for this? If I remove all but one, will it break some of my plugins? If anyone can explain to me how this works, I will be forever indebted to you. I am having a hard time understanding jquery.com.
- The topic ‘Jquery help? Multiple versions?’ is closed to new replies.