Hi everyone, I have a similar question. I am using an accordion menu in my side nav and it has alittle javascript in the one file called menu.js and then also jquery.js. I have tried all 2 of these ways and it is still not working.
<script type=”text/javascript” src=”<?php bloginfo(“template_url”); ?>/js/jquery.js”></script>
<script type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/js/menu.js”></script>
<script type=”text/javascript” language=”javascript” src=”/js/jquery.js”></script>
<script type=”text/javascript” language=”javascript” src=”/js/menu.js”></script>
What am i doing wrong? I tried putting it in the header and in the footer no luck.
I have my js files in the js folder in my theme folder. I have tried many different ways and still no luck..
anyone have any advice??
thanks