k88hudson / workmanarts

5 stars 2 forks source link

Add consistent bottom navigation across all pages #4

Closed k88hudson closed 12 years ago

k88hudson commented 12 years ago

Could be accomplished through ajax -- see if jquery mobile has built in support for this

mangoortango commented 12 years ago

Navigation is consistent but having some problems with setting up navigation so that it shows the active page.

This is what I have at the moment: <a href=# id="info-btn" data-icon="custom" class="ui-btn-active">About</a>

mangoortango commented 12 years ago

Resolved by adding "ui-state-persist" into the class. :)