/jquery-scrollstopped

jQuery plugin event stop scrolling

Primary LanguageCoffeeScript

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');
});