Well, what i want to do is having a lightbox and a sliding top panel. Both use mootools and both seem to use different versions.
It does not work if comment out one of these although they are booth the actual mootools library.
<!a possible js config. either these two are commentented out, or the mootols.svn.js
<!-- libraries/frameworks for milkbox-->
<!--script type="text/javascript" src="js/mootools-1.2.3-core-yc.js"></script>
<script type="text/javascript" src="js/mootools-1.2.3.1-more.js"></script-->
<!-- mootools for the sliding top panel. should work also with the one imported above, so i was going to deactivate the one below-->
<script type="text/javascript" src="js/mootools.svn.js"></script>
<script type="text/javascript" src="js/milkbox.js"></script>
<script type="text/javascript" src="js/panel.js"></script>
So no matter wich one (*-1.2.3-core-yc and -more.js or mootools.js) i comment out, always one of the features doesnt work.
While it actually should be possible as both are mootools. Does someone have a solution for this? (i have heard about the term namespace and know roughly what it means, but i dont know how to use it)
thanks a lot in advance,
benny