🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

ScrollDetector is an ultra-light, cross-browser jQuery plugin that detects the scroll events and triggers callbacks when the users scroll the webpage down or up.

scrolling callback

Documentation

JQueryScrollDetector

This is a plugin for jquery to add mouse scroll up and down event

Usage

	$(document).on('scrollUp',function(){         alert("scroll up event");     }); 	$(document).on('scrollDown',function(){         alert("scroll down event");     });

License

Jquery Scroll Detector is open-source plugin licensed under the MIT license


You May Also Like