I'm working on a site and trying to add some javascript and jquery functions to customize the content. I am working with the "five" template. However, it seems to use a sort of cache and doesn't fire any of the page loads when navigate from page to page, and so the javascript isn't running. I've tried setting up a listener on DOMContentLoaded, and $(document).ready or $(window).load, but to no avail. If I refresh the page, the javascript operates properly. (The javascript basically populates the quick links page and also does some changes for mobile.)
An example page can be found at http://kelsey-bristow.squarespace.com/resources-for-me/. Thanks for any insights you might have!