jQuery Mobile

Demos

Menu Search

External Headers

The Header and footer on this page are positioned outside the page. They are before and after the page withing the body. These Toolbars will remain in the dom until manually removed. If you navigate to a page that does not have a header or footer within it these toolbars will persist. Otherwise they will hide to allow the page's internal header and footer to show.

Header markup

The markup for external headers is identical to normal headers you just place the header outside the page within the body of your page

Auto Init

Because these toolbars are not within the page they will not auto initalize. You must call the toolbar plugin yourself on document ready.

Ajax Navigation

Because these toolbars are not within the page they will remain in the DOM until manually removed. However they will automatically hide if you navigate to a page containing a toolbar to allow the pages own toolbars to take their place. They will automatically show again if you navigate to a page containing no toolbars.

Toolbars not within a page will not be pulled into the DOM during Ajax navigation.

Fixed External Toolbars

External toolbars can also be set to fixed positioning just like normal toolbars Fixed Position External Toolbars