I have a multi-page html file that I'm building with jQuery Mobile. At the top of this page, I have a javascript slider that I want to have on every page of this html file. Obviously, jQuery Mobile doesn't look at the header when each page after the first is loaded.
How do I call in the external slider.js file so that the script works on every page?