/JQueryScrollDetector

this is a pugin for jquery to add mouse scroll up and down event

Primary LanguageHTML

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