5

I can't find any plugin that makes infinite scroll functional without jQuery. Is there something like this?

https://github.com/alexblack/infinite-scroll - doesn't work:)

user3209031
  • 817
  • 1
  • 11
  • 35
Andrey Vaganov
  • 1,594
  • 1
  • 11
  • 17
  • possible duplicate of [infinite-scroll jquery plugin](http://stackoverflow.com/questions/5059526/infinite-scroll-jquery-plugin) – Smruti Singh Aug 26 '14 at 06:45

1 Answers1

5

You can try this iscroll, it works on mobile device as well !

http://iscrolljs.com/

DigitalFreak
  • 346
  • 1
  • 8
  • 1
    Nice! Tnank you! https://github.com/alexblack/infinite-scroll also works well. I have `display: flex;` and my `document.addEventListener("scroll"...);` don't work. That was my problem – Andrey Vaganov Aug 26 '14 at 08:24
  • @VaganovAndrey did you open the console to see if there is any error being thrown? I mostly develop my javascript using chrome and its awesome "developer tools" you can find when pressing F12, go to the "Console" tab. – DigitalFreak Aug 27 '14 at 02:01
  • of course:):) http://iscrolljs.com/ - there is no errors. – Andrey Vaganov Aug 27 '14 at 05:24