External Jquery not working
Permalink<script type="text/javascript" src="<?= $view->getThemePath() ?>/js/jquery.js"></script>
Something on the external file is causing this because jquery works when placed before the closing body tag.
This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.
Check the source code that is generated and sent to the browser (view source). Is it the correct path? Does that file exist?
Also check the browser console for errors.
PM me the url and I will have a look.
Sean