jQuery plugin for getting event of stop scrolling
- Download shadow.js file
- Move this file to your static directory
- Add the following line to html
<script type="text/javascript" src="static/js/jquery-scrollstopped.js"></script>
after jQuery library
$(window).scrollStopped(function(){
alert('scroll stopped');
});