Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $(window).scroll(function() {
  2. if(checkIfXInViewport) {
  3. // this is getting executed ALL THE TIME
  4. } else {
  5. // this never happens even if X is NOT in viewport }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement