I'm a beginner in Hybrid app development, currently using PhoneGap and Jquery Mobile. In my app, I have around 10 separate pages such as login.html, index.html, search.html, etc. My query is whether I should include all JS and CSS files on each individual page, or just on the first page of the app?
I've observed that all inner pages seem to be pulling their JS and CSS from the first page. Is this correct?