0

A am developing a list based app, wherein I am tryin to use iScroll5 to implement lot of animations and smooth scrolling functions. I would like to do lazy loading of my contents wherein I want to load first 50 list elements to DOM and based on user scroll event asynchronously bind the next set of list elements to the DOM.

Am I on the right track to go with the iScroll5 - Infinite scrolling API or is there any other library which does the job for me ?

Bharath
  • 573
  • 1
  • 7
  • 20

1 Answers1

1

If you want to use infinite scrolling , means on page load some content are pre load and then user scroll down and other content are load on scroll with lazy loging, if i am understan right then please try to use jscroll jquery plugin.. it's very good for infinite scroll. http://jscroll.com/ you can find here document and example of this plugin.

Regards, vinit

Vinit Patel
  • 2,408
  • 5
  • 28
  • 53