1. blain Arnaud
  2. General Talk
  3. Thursday, 05 April 2012
  4.  Subscribe via email
Hello Daniel,

I'm using JB library to speed up my joomla website. It's a great plugin that allow to avoid conflict with mootools and Jquery and allow to replace local libraries to google one.

So the problem is that when I enable Jquery from JB library i've got errors : Class.Mutators is undefined on Line 199 com_hotspots/js/more/mootools-1.2.5.1-more.js and then Array.implement is not a function Line 84 in com_hotspots/js/moo/map.extras.js


It's strange because your extension is a mootools one, i don't use JB library mootools replacement, only mootools upgrade and my others mootools extensions works fine.


Here are the scripts when I don't use Jquery replacement :

<script type="text/javascript" src="/media/plg_jblibrary/jquery/jquery.lazyload.js"></script>
<script type="text/javascript" src="/plugins/system/mtupgrade/mootools.js"></script>
<script type="text/javascript" src="/plugins/system/jat3/base-themes/default/js/core.js"></script>
<script type="text/javascript" src="/plugins/system/jat3/base-themes/default/js/menu/mega.js"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script>;
<script type="text/javascript" src="http://www.lebellegardien.com/media/com_hotspots/js/more/mootools-1.2.5.1-more.js"></script>


And here is when I use Jquery replacement and it crash your extension :

<script type="text/javascript" src="/media/system/js/mootools.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script type="text/javascript" src="/media/plg_jblibrary/jquery/jquery.noconflict.js"></script>
<script type="text/javascript" src="/media/plg_jblibrary/jquery/jquery.lazyload.js"></script>
<script type="text/javascript" src="/plugins/system/jat3/base-themes/default/js/core.js"></script>
<script type="text/javascript" src="/plugins/system/jat3/base-themes/default/js/menu/mega.js"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script>;
<script type="text/javascript" src="http://www.lebellegardien.com/media/com_hotspots/js/more/mootools-1.2.5.1-more.js"></script>

I'm using joomla 1.5.25 and the web site is http://www.lebellegardien.com

thanks
Responses (7)


There are %s replies to this question. If you want to see them you need a valid subscription.
If you have a valid subscription, please login now.
Visit store now
Powered by EasyDiscuss for Joomla!