Why my ajax function are not working on infinite scrolling?
问题 I am building a webpage having infinite scroll using waypoints.js with backend as Django.The problem is, my jquery and ajax functions are not working on newly generated content while they are working with content on first page. **EDIT:-**I am updating my code so that it will be easier to undertsand my question. <div class="infinite-container"> {%if result %} {% for c in result %} <div class="infinite-item"> <img class="likebutton" value="{{c.id}}" id="{{c.id}}" src="{%static "/images/icons