I'm using jQuery Mobile 1.4.5 and using its pagecontainer("change", "SomePage.html") to navigate the app. At the bottom of each page, like SomePage.html, I have a script tag whose src is SomePage.js. When I update specific pages within my app, how will I ensure that the updated pages are loaded, not a browser cached version? Is it necessary to change the name of these files, like SomePage-1.2.0 when it is updated?
Thanks,
Tony