Is it possible to show a page other than the first one in the DOM by default on a multi-page template?
Title says it all really:
- <div data-role="page" id="foo">
- ...
- </div>
- <div data-role="page" id="bar">
- ...
- </div>
Any way to make "bar" show first without navigating to page#bar ?