We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$("#events").endlessScroll({ inflowPixels: 100, fireOnce: true, fireDelay: 10, callback: function(i, p, d){ console.log(i, p, d); } });
Any clue what might be?
Version is: 1.8.0
The text was updated successfully, but these errors were encountered:
If I change ceaseFireOnEmpty to false.... it keeps onGoing...
Sorry, something went wrong.
Well, it's been over a year since I used the library I am not really sure. Perhaps give version 1.6 a try?
I'm not sure, but i believe that the problem was that i was calling an ajax request inside the callback function.
It would receive JSON data , than i would append that data on the div. After that, the callback wouldn't work anymore.
Anyway, i have solved the problem, using my own code.
When i have the time, i'll do a jsfiddle replicating the problem.
No branches or pull requests
Any clue what might be?
Version is: 1.8.0
The text was updated successfully, but these errors were encountered: