Joomla hat Mootools im Gespann - wenn jetzt noch JQuery dazu eingebunden wird, knallts :/
el.set is not a function
Irgendwie blöd, dass Joomla vorgibt, was verwendet werden soll. Naja zum Glück hat JQuery einen Kompatibiltätsmodus:
Download Code!
<script type="text/javascript">jQuery.noConflict();
</script>
Diese Zeile muss nach dem Einbinden von JQuery stehen und vor der <jdoc:include type="head" /> Anweisung.
Das Ganze sieht dann ungefähr so aus:
Download Code!
<script type="text/javascript" src="/js/jquery-1.4.2.js"></script> <script type="text/javascript">jQuery.noConflict();
</script> <jdoc:include type="head" />
</head>