Links
Comment on page

Methods

.destroy()

Stops Ajaxinate from running and unbind the event listeners
// Create a new ajaxinate instance
const endlessCollection = new Ajaxinate();
// Destroy the instance
endlessCollection.destroy();