metafizzy / infinite-scroll

📜 Automatically add next page
https://infinite-scroll.com
7.41k stars 1.74k forks source link

Is possible skip requested element? #894

Closed bilalmalkoc closed 3 years ago

bilalmalkoc commented 4 years ago

For example, if loaded or requested element has some class, dont append it, just skip and go next. Is it possible?

desandro commented 3 years ago

One solution is to add a specific class to items that should be displayed, and use this in append

append: '.post.addable'`

Another solution is to write you're own load event handler that selects and adds the desired content.