Take these out. That is, take out the
data-iscroll="enable". These are not used with my plugin. It will confuse the plugin. This is for the Yappo plugin:
<div data-role="page" data-iscroll="enable" id="home">
The page setup is a bit different. You only need to have the
data-iscroll or
data-iscroll="true" in the wrapper(s) for the scroller(s).
As well, it wasn't designed to work with a multi-page document. It might work or might not work. Report back your findings. ;)
I don't recommend multi-page documents in any case. They are just trouble. Your site is eventually going to outgrow a multi-page document, and JQM does not support linking between different multi-pages documents or between single and multi-page with transitions. You would have to use
rel="external", and that means JQM is reloaded every time you cross the boundary between single-page and multi-page.