Skip to content

Seg-mel/jquery-scrollstopped

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

jquery-scrollstopped

jQuery plugin for getting event of stop scrolling

Installing

  1. Download shadow.js file
  2. Move this file to your static directory
  3. Add the following line to html
    <script type="text/javascript" src="static/js/jquery-scrollstopped.js"></script>
    after jQuery library

Using

$(window).scrollStopped(function(){
    alert('scroll stopped');
});

About

jQuery plugin event stop scrolling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published