fredwu / jquery-endless-scroll

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

How to cancel the endless scroll ? #13

Closed alokmandloi closed 12 years ago

alokmandloi commented 12 years ago

I know it can be cancelled using the ceasfire function but i want to cancel the endless scroll and attach another endless scroll.

thepixelmonk commented 12 years ago

return false in the data callback?

afeld commented 12 years ago

Would be nice to have a method, though...

fredwu commented 12 years ago

You can attach another instance of EndlessScroll in the ceaseFire function. :)

JackieManuja commented 11 years ago

when I add another instance of EndlessScroll scroll the 1st instance remains there. how can I completely remove first instance.