I have an HTML document loading the JQuery library and in this document I have an iframe
pointed at another HTML document that also needs the JQuery Library and several other .js
files that are also in the main HTML document.
This process obviously makes the browser download the same file two times. And most Site Speed Tests indicate this is may be an issue.
How can I make the browser only have one file? If I leave just one script link in the main HTML will it work?