Skip to content

shaw3257/jquery-scroll-low

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

jquery-scroll-low

JQuery Infinite Scroll Plugin. Super Simple and easy to use.

$(window).scrollLow({
    callback: function(pageNum){}, //handle scroll evenets
    throttleWait: 2000,            //trigger at most one callback per 2s
    scrollCheckInterval: 200       //check scroll position every 200ms
});

Demo: http://jsfiddle.net/shaw3257/2ZQRV

About

Super simple and easy to use endless scroll plugin for jQuery.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published