fg-menu

v0.1.5
jQuery Plugin for progressively enhanced menus

Menu

jQuery/Shoestring plugin for progressively enhanced menus

Filament Group

Getting Started

Download the production version or the development version.

In your web page:

<script src="shoestring.js"></script>
<script src="dist/menu.min.js"></script>
<script>
$(function($) {
    $( document ).bind( "enhance", function(){
        $( "body" ).addClass( "enhanced" );
    });

    $( document ).trigger( "enhance" );
});
</script>

Demo

Check the demo here

Release History

v0.1.0 - First release

npm i fg-menu

Metadata

  • MIT
  • Whatever
  • Scott Jehl
  • released 3/18/2017

Downloads