Infinite scroll with AJAX POST fires multiple times instead of 1 – Jquery ajax
I have been following the tutorial for creating infinite scroll / lazy load. https://www.youtube.com/watch?v=oi1S-BpoMQY&feature=youtu.be I have everything working except that when I scroll then AJAX fires POST multiple times instead of 1. $(document).ready(function() { var page_num = 1; load_page(page_num, false);…