Skip to content

carlosrberto/jquery-scrollbottom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery scrollBottom

A plugin that triggers an event when the user reaches the bottom of the page

How to use

$(function() {
    $(window).on('scrollBottom', { offsetY: -100 }, function() {
        console.log('scroll Bottom');
    });
});

About

A plugin that triggers an event when the user reaches the bottom of the page

Resources

Stars

Watchers

Forks

Packages

No packages published