Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

6.2 Joomla

bbbo edited this page Nov 20, 2014 · 4 revisions
  • Does not work in Joomla (for example shows content twice): Joomla depends on Mootols, which often clashes with jQuery. You can try to use jQuery.noConflict(). This does not work for all themes apparently. put this in <head> :

<script type=text/javascript> jQuery.noConflict(); </script>

Another option seems to be JqueryEasy which handles conflicts.

You can also try Mootools Enabler/Disabler

Clone this wiki locally