-
-
Save eyecatchup/5947033 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- the content markup --> | |
<div id="tab1" class="tab-content"> | |
Tab 1 Content | |
</div> | |
<div id="tab2" class="tab-content"> | |
Tab 2 Content | |
</div> | |
<div id="tab3" class="tab-content"> | |
Tab 3 Content | |
</div> | |
<!-- the navbar markup --> | |
<div data-role="navbar"> | |
<ul> | |
<li><a href="#" class="ui-btn-active" data-href="tab1">Details</a></li> | |
<li><a href="#" data-href="tab2">Media</a></li> | |
<li><a href="#" data-href="tab3">Map</a></li> | |
</ul> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment