Forgive me for asking what is probably a dumb question, but I am in the early stages of learning html and JQM.
Would there be any reason why larger mobile sites could not be created using the data-role function for all pages?
So for example a mobile site with 100+ pages could use the one html document with all 'pages' included and accessed via the data-role function, rather than splitting the pages into separate html documents as per a traditional website.
I understand that I could use a mix of both, but I want to know if there are any reasons or implications why I should not data-role a larger number of pages from the one html document?