Skip to content

Instantly share code, notes, and snippets.

@mccrodp
Last active June 2, 2017 07:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mccrodp/d1494f1dc34a1a45053c4e4cebef8713 to your computer and use it in GitHub Desktop.
Save mccrodp/d1494f1dc34a1a45053c4e4cebef8713 to your computer and use it in GitHub Desktop.
<script type="text/javascript" src="plugins/sticky.js"></script>
<script type="text/javascript">
var nav=document.querySelectorAll('#nav')
Array.prototype.forEach.call(nav, function(nav) {
sticky(nav);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment