avoid double loading of jquery.js

13 years 7 months ago #142828 by plocher
avoid double loading of jquery.js was created by plocher
Hello

I have a plugin and a module that are loading both jquery:
[code:1]<script src="www.forumazur.com/modules/mod_fhw_simplelightbox/js/jquery1-4-1-min.js" type="text/javascript">
<script src="www.forumazur.com/modules/mod_fhw_simplelightbox/js/fhw-jquery_colorbox-min.js" type="text/javascript">
<script type="text/javascript"> jQuery(document).ready(function(){ jQuery("a[rel='lightbox']"«»).colorbox ({maxWidth:"100%",maxHeight:"100%", scalePhotos:false});
}); </script>
<script type="text/javascript" src="www.forumazur.com/components/com_comprofiler/js/jquery-1.4.2/jquery-1.4.2.min.js">