I created a very large unordered list and I need to dynamically load content on scroll when the user reaches the bottom of the page. Any suggestions on how to do that?
Asked
Active
Viewed 790 times
0
-
2http://stackoverflow.com/questions/14035180/jquery-load-more-data-on-scroll – NullPointerException Jul 10 '13 at 13:12
-
Look up lazy loading on the interwebs... – Naftali Jul 10 '13 at 13:12
-
Suggestion: just don't. Especially if you have links in the footer. This behavior is good in theory but is ridiculously annoying in practice. http://vk.com is a sad example. – Maxim Kumpan Jul 10 '13 at 13:13