Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 225 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 225 Bytes

#OnScroll.js This is a jQuery plugin, so jQuery is a prerequisite. Specify the target DOM element you want to trigger the callback function on. and simple call: $(yourtargetDOM).onScroll(function(){ alert("Hello World!")})