jquery accordion

Permalink
Hey there,

i just followed the description on:
http://www.concrete5.org/documentation/how-tos/developers/javascrip...

there is one more question. where do i put the menu.js?

i just add the following code to my elements/header.php

<?php Loader::element('header_required'); ?>

<?php
$html = Loader::helper('html');
$this->addHeaderItem($html->javascript('menu.js'));
?>

and add my menu.js to the root/js/folder. but that did not work.
then i tried to add it to my theme folder. that did not work either.
can someone give me a quick hint?

thanks in advance

-Olli

 
simily9 replied on at Permalink Reply
nosfan1019 replied on at Permalink Reply
Did you ever figure this out? I'm not sure where the menu.js is suppose to go either