I am working on a new site with jQuery mobile.
Have a few specific questions. Please provide specific, appropriate answers. Am very much confused as jQuery Mobile uses an Ajax based navigation from page to page.Assume that the pages that I refer to are in separate files.
How should we organize the Javascript files. Should there be a single javascript file that should be on the home page. Or, how should we load page-specific javascript. I feel bit hesitant to put javascript inside the body tag for loading it.
What is the right way to pass the parameters from one page to another.Though there are multiple discussions on this. There is not any convincing answer.
How should we organize the CSS files as well. Very much confused as to have a single file for the entire site.
I don't want to disable ajax based navigation as it might affect the performance.Thanks in Advance. Hope there will be some healthy discussion on this.