Menu
jQuery/Shoestring plugin for progressively enhanced menusGetting Started
Download the production versionmin or the development versionmax.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>