infinite-scroll jquery plugin
问题 I am trying to set up infinite-scroll on a site I am developing with Coldfusion, I am new to javascript and jquery so I am having some issues wrapping my head around all of this. Do I need to have pagination on my site in order to use the infinite-scroll plugin, or is there a way to do it with out it? 回答1: You do not need infinite scroll plug-in for this. To detect when scroll reaches end of page, with jQuery you can do $(window).scroll(function () { if ($(window).scrollTop() >= $(document)