fredwu / jquery-endless-scroll

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

It's Only Triggering once #48

Open j3rin opened 9 years ago

j3rin commented 9 years ago

The page is only triggering for once and i tried putting fireOnce: false; stil nothing!

heinst commented 9 years ago

I am having the same problem @j3rin...did you figure it out?

pasky commented 8 years ago

Try 'ceaseFireOnEmpty': false if you are using callback instead of content, and make sure it's bound to a scrollabel element (e.g. $(document), most simply).