I have an MVC4 web app that needs 12 jQuery Mobile pages.
- Welcome
- Login
and then many others.
I want to add one page at time if the user request it,
What is the best approach to add pages dynamically to my project?
Where is the appropriate site to include the page scripts (that pages added dynamically)?
What exactly mean data-ajax="false" if it was included in a
Html.ActionLink()?
At this time I have almost 90% of my app, but i'm having serious problems referencing some pages, some times all pages included in a view don´t render or don´t run the scripts.