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();

Last updated