Mootools once began as an effects library (moofx) for prototype, much like scriptaculous, but they discontinued support for prototype when they created their own javascript library.
A lot of the modules and methods in mootools are 'inspired' from prototype (amongst others), so i is likely they will clash when used together on a page... Though it is safe to use the mootools effects library (moofx) as prototype doesn't venture in that area of javascript. >From my own experience I found out that although you can download a special prototype version of moofx (http://moofx.mad4milk.net/ #prototype) it is far from bug-free. Greetz On Nov 8, 12:32 am, Pseudonym <[EMAIL PROTECTED]> wrote: > Got it working now: > > var slide_misc = new Fx.Slide('divmisc'); > > should be > > var mySlide = new Fx.Slide('divmisc'); > > There were a few other things I had wrong as well. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
