Open galaxystef opened 7 years ago
A little tweak that makes jscroll.js lazy load a list of many elements already inside the targeted parent element E.G. (html code) ▼
<div class="scroll"> <h3>Page 1</h3> <p>Content here...</p> <a href="example-page2.html">next page</a> <a href="example-page3.html">next page</a> <a href="example-page4.html">next page</a> <a href="example-page5.html">next page</a> <a href="example-page6.html">next page</a> etc..... </div> <script>$('.scroll').jscroll();</script>
A little tweak that makes jscroll.js lazy load a list of many elements already inside the targeted parent element
E.G. (html code) ▼