Last active
January 7, 2017 11:13
-
-
Save Drag13/9f54b3dcfe25560d8f5ecf2609e1cdf0 to your computer and use it in GitHub Desktop.
This file contains 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
if ($elem.scrollTop() + $elem.innerHeight() >= $elem[0].scrollHeight) { console.log(bot scroll reached!); } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment