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="
maps.google.com/maps/api/js?sensor=true
"></script>
<script type="text/javascript" src="
www.lebellegardien.com/media/com_hotspot...ools-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="
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="
maps.google.com/maps/api/js?sensor=true
"></script>
<script type="text/javascript" src="
www.lebellegardien.com/media/com_hotspot...ools-1.2.5.1-more.js
"></script>
I'm using joomla 1.5.25 and the web site is
www.lebellegardien.com
thanks