Skip to content

Instantly share code, notes, and snippets.

@randombrad
Created October 23, 2014 20:58
Show Gist options
  • Save randombrad/481bf3db5018a75e8438 to your computer and use it in GitHub Desktop.
Save randombrad/481bf3db5018a75e8438 to your computer and use it in GitHub Desktop.
navigation html
<nav class="navbar" id="navigation">
<div class="navbar-inner">
<a class="btn btn-navbar" id="menu-toggler" data-navId="navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="collapse.nav-collapse">
<ul class="nav nav-collapse">
<li class="lfr-nav-item selected" aria-selected="true" role="presentation">
<a aria-labelledby="layout_4" class="" href="http://localhost:8080/web/blog/home" role="menuitem" tabindex="-1">
<span> Home</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
<script>
Liferay.Data.NAV_LIST_SELECTOR = '.navbar-inner .nav-collapse > ul';
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment