Is it possible to fire an alert after a user scrolls 100 pixels.
Here\'s what I have so far but I know I\'m missing something;
$(window).scroll(func
try
document.documentElement.clientHeight + $(document).scrollTop() == 100