I am facing the following problem. I have a function which returns me JSON data on success. I am trying to make infinity scroll, so in this function I am preparing the html for looping in another function, which will do the work. The server returns me JSON as:I am facing the following problem. I have a fun