Skip to content

Instantly share code, notes, and snippets.

@artberri
Last active December 13, 2015 19:48
Show Gist options
  • Save artberri/4964792 to your computer and use it in GitHub Desktop.
Save artberri/4964792 to your computer and use it in GitHub Desktop.
<a id="simple-menu" href="#sidr">Toggle menu</a>
<div id="sidr">
<!-- Your content -->
<ul>
<li><a href="#">List 1</a></li>
<li class="active"><a href="#">List 2</a></li>
<li><a href="#">List 3</a></li>
</ul>
</div>
<script>
$(document).ready(function() {
$('#simple-menu').sidr();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment