🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Biggie is a jQuery menu plugin that converts a horizontal navigation menu into a mobile-friendly drop down toggle menu while the page size has reached the CSS3 Media Queries Break Points.

mobile-menu Responsive Navigation CSS3

Documentation

Biggie

A simplistic jQuery toggle menu. View it live: Here

Getting Started

Link the files (biggie.css & biggie.js) & Add the markup

<nav class="mainNavigation">     <h5 class="logo">Biggie</h5>         <ul>             <li><a href="#">Menu item</a></li>             <li><a href="#">Menu item</a></li>             <li><a href="http://github.com/dope/biggie">GitHub</a></li>             <li><a href="https://github.com/dope/biggie/archive/master.zip">Download</a></li>             <li><a href="http://twitter.com/joericho">@joericho</a></li>         </ul>         <div class="nav-btn">             <i class="glyph-list-white"></i>         </div> </nav> 

You May Also Like