jQuery distinguishes itself as having a jQuery.noConflict(); method - so theoretically it should allow workarounds with mootools. However mootools gets loaded conditionally inside front.func.inc.php AFTER jquery inclusions in the html['customhead'] call and thus the overwrite of jQuery does not work as expected. Also, having said that I noticed some conflicts with slimbox.js (confilcts were intermittent with slimbox.js) - so no explanation here
Whenever I see intermittent errors - I stay away - just like Oliver did when he decided to stay away from swfObject (another subject for another day)
I realize that the mootools/slimbox concept represents a lot of invested time on the part of OliG, especially inside img.func.inc.php (complex code) - so any suggestion to go in an other direction represents a serious amount of time. Since I am primarily a designer - (with just in time code knowledge) my recommendation might not be correct - but nonetheless I am going to put it out there for consideration.
I really think jQuery and its plugins points to a more sustainable solution in that the same function that mootools/slimbox provides can be built on top of jQuery - with nearly identical results - the demo page of jquery-interface-imagebox is here:
http://interface.eyecon.ro/demos/imagebox.html
The jQuery - interface website is impressive as well:
http://interface.eyecon.ro/demos
Also the library of plugins for jQuery itself is impressive:
http://jquery.com/plugins/
As well as the ease of adopting the core library itself -
http://docs.jquery.com/How_jQuery_Works
The use of jQuery for custom javascript (frontend and backend) is very strong. (I have been able to replace the pagination navbar on-the-fly - in fact the entire DOM is rewritable using jQuery - impressive.
Apparently Drupal has adopted jQuery in its core, likely for good reason. For the time being - I have been able to slightly modify img.func.inc.php to get jQuery - Interface - Imagebox to work. My instinct here is to recommend this library, due to the enormous plug-ins and vital community. So in other words, without being to crass about it, i am recommending going with jQuery - Interface - Imagebox to replace the existing mootools/slimbox approach. I just needed to share my 2 cents on the topic.
All the best to the community and especially the master himself, OliG
-john-
