I've read your documentation on github and I'm still having trouble getting this set up. So from my understanding you include the .js file from github in your head along with jquery and jquerymobile then the document should look like this.
<--doc 1-->
<div data-role="page">
page 1
</div
<--doc 2-->
<div data-role="page">
test
</div
<div data-role="subpage">
test
</div>
Is that correct?