What block is used in this forum to dynamic load the next page?

Permalink
I'm trying to find what block is used in forum, blog, and others.

 
hanicker replied on at Permalink Reply
hanicker
I think all these blocks are customized following
http://www.concrete5.org/documentation/how-tos/developers/javascrip...

If you mean the "infinite scroll" it's here:
http://www.infinite-scroll.com/the-interaction-design-pattern/...

it's used by calling
SearchUtilities
in
http://assets.concrete5.org/themes/version_3/js/search.js...

that as you can see is set inside the theme (not in a block)