Callback Functions /

almComplete()

The almComplete() callback is public JavaScript function dispatched after every successful Ajax Load More query. The callback can be used to trigger functions in other JavaScript files, manipulate DOM content or simply console.log a message for debugging – how you utilize the callback is completely up to you.

Usage Examples

The following callback examples are used to initiate 3rd party scripts after successful ajax requests.

Do you have an example you think others would find useful?
Submit it using our contact form and you will receive full credit and a link to your website.


« Back to Callback Functions