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
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