Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

filamentgroup/Menu

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

⚠️ This project is archived and the repository is no longer maintained.

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