滚动加载项目

I have a "ul" with "li's" in it. I need to find a way to load more items every time I reach the 10th item in the list. Every time I scroll to the 10th "li" I need to load more items. Can anybody help me with this issue?

Here's an interesting article about infinite scroll which load more items when you reach the end of the page: https://www.sitepoint.com/jquery-infinite-scrolling-demos/

One of these examples uses the jQuery Endless Scroll plugin.

Hoping that might helps you.