Use external and internal headers (toolbars) on the same app

Use external and internal headers (toolbars) on the same app

I have a page that shows product details in my single-page catalog app. In order to support the "slide" transition between two product pages (which initially used the same page), I have defined two pages that act as a double buffer. So instead of having a "#detail" page, now I have "#detail-0" and "#detail-1", which are used alternatively as the user swipes the page to the right/left to see the previous/next product.

This is working fine, but I would like the page header to remain fixed (not slide) during the transition. I believe I can achieve this by making the header for this 2 pages external, but I want to keep internal headers in all the other pages. Is there any way to do this?

In short: How can assign an exernal header to specific pages only?

I am using jQM version 1.4.5.

Thank you in advance.