You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$container.on('load.infiniteScroll',function(event,response){if(!response||!Object.keys(response).length){// disable scroll load behavior if no response$container.data('infiniteScroll').scrollThreshold=false;return;}vardata=JSON.parse(response);$container.append(data.content);});
Hello,
I'm using Infinite Scroll with this code :
But, when "/getLastPost" url is returning a blank JSON, infinite scroll is not detecting that empty result and is still trying to load the next page.
How can I fix this ?
The text was updated successfully, but these errors were encountered: