Prototype and mootools will be conflicting with eachother. You will need to play around with the name spaces for the 2 frameworks if you want to run them together. Just google "running mootools and prototype together" and you will find some info
-----Original Message----- From: David [mailto:[email protected]] Sent: Wednesday, 10 February 2010 1:50 PM To: MooTools Users Subject: [Moo] 2 different Mootools Conflict I'm using a mootools horizontal accordion in my navigation: http://www.nyokiglitter.com/tutorials/horizontal.html And smooth slideshow in my content: http://smoothgallery.jondesign.net/ the javascript is: [html] <!--Smooth Slideshow--> <script src="../scripts/mootools-1.2.1-core-yc.js" type="text/ javascript"></script> <script src="../scripts/mootools-1.2-more.js" type="text/ javascript"></script> <script src="../scripts/jd.gallery.js" type="text/javascript"></ script> <!--/Smooth Slideshow--> <!--Sliding navigation--> <script type='text/javascript' src='../_include/ prototype.lite.js'></script> <script type='text/javascript' src='../_include/moo.fx.js'></ script> <script type='text/javascript' src='../_include/moo.fx.pack.js'></ script> <!--/sliding navigation--> [/html] On their own, with only their three <scripts> only, they both work perfect. Together, with the 6 <scripts>'s, only the one that comes first works, (ie, as above only "Smooth Slideshow" works.. but if I move "sliding navigation" links above it, it would work) So, I'm not really sure what the next step is to get this conflict to end.. If anyone could please shed some light on anything I can do that would be greatly appreciated.
