Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 413 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 413 Bytes

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