Jquery breaks when I log out
PermalinkHere's a couple things that may or may not be relevant:
1. I am calling the external script file with something like this in the [head] tag:
<script src="<?php echo $view->getThemePath()?>/script/jquery.justifyNav.js"></script>
2. I'm calling the functions in the [head] tag as well with something like this:
<script> $(document).ready(function(){ $('ul#main_menu').justifyNav(); }); </script>
I've read something about the [head] not being the best place, but I didn't really get it. Could this be the problem?
