Closed GoogleCodeExporter closed 8 years ago
I believe you can compile jQuery with a "compatibility" mode that will enable
it to
work with other frameworks such as Mootools and Prototype. Most of these
frameworks
are exclusive - ie you cannot (and should not) attempt to use multiple
frameworks on
the same page since many of them are extending JS natives in ways that will
conflict
with each other. Not to mention you are adding a lot of overhead (each of the JS
frameworks can add 50-100k to the weight of the page) for a single effect.
Mootools
has many accordion menus available (in fact the accordion effect was popularized
first by Mootools) - it would be highly recommendable to use one of these
rather than
the jQuery version if you are set on using the Mootools Slideshow.
Original comment by aeron.gl...@gmail.com
on 11 Jan 2009 at 5:10
Original issue reported on code.google.com by
dail...@gmail.com
on 11 Jan 2009 at 4:36