Skip to content

Instantly share code, notes, and snippets.

@nickdenardis
Created September 24, 2017 23:36
Show Gist options
  • Save nickdenardis/1a1021187df4dc20f7847b0a6237d640 to your computer and use it in GitHub Desktop.
Save nickdenardis/1a1021187df4dc20f7847b0a6237d640 to your computer and use it in GitHub Desktop.
Scroll depth
<script src="jquery.scrolldepth.min.js"></script>
<script>
jQuery(function() {
jQuery.scrollDepth();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment