Documentation
Online documentation for Ajax Load More
Paging
Developer documentation for the Ajax Load More Paging add-on.
Callback Functions
The following JavaScript callbacks are available when using this add-on:
almPagingComplete
The almPagingComplete callback that is dispatched once the Paging DOM elements have completed any transitions following an Ajax request. This callback will allow you run any custom functions or manipulate DOM elements once loading on the Paging add-on has been completed.
1 2 3 |
window.almPagingComplete = function(){ console.log( 'Callback: Paging has completed' ); }; |