Ajax stuff are not running with Django Infinite Scroll – Jquery ajax
I have used this tutorial and implemented infinite scrolling in django and that loads the pages. However my Ajax calls are working only in first page load and are not working in consequent lazy loads. I have followed this answer…