Created
September 24, 2017 23:36
-
-
Save nickdenardis/1a1021187df4dc20f7847b0a6237d640 to your computer and use it in GitHub Desktop.
Scroll depth
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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