Multi-page template with MVC

Multi-page template with MVC

Hi,

I have seen the multi-page example at http://demos.jquerymobile.com/1.2.0/docs/pages/page-anatomy.html.


The example expects us to repeat the header and footer for every page in the multi-page.
I am looking for a way so that the first page contains a "content" section which has a button. When the button in clicked, I need the "content" section to be replaced by another div while the header and footer remains as-is.

Is there a way to do this?

Thanks,
Yash