fredwu / jquery-endless-scroll

Endless/infinite scrolling/pagination.
http://fredwu.github.com/jquery-endless-scroll/
837 stars 176 forks source link

How to disable up scroll? #23

Closed coolgefyt-zz closed 12 years ago

coolgefyt-zz commented 12 years ago

Is it possible to disable up scroll, only down scroll work?

fredwu commented 12 years ago

If you don't set pagesToKeep, then there will be no content being discarded therefore no infinite up-scrolling.

jgarbers commented 12 years ago

I'm using the callback to append AJAX-fetched content to the end of my endlessly-scrolling table, and ceaseFireOnEmpty is set to false. I don't have pagesToKeep set, but upward scroll events are still firing whenever I try to scroll back up to the top of my table. "Loading..." appears at the top, disappears, and I can't get back up to the top few rows. Any suggestions?