🎡
Ajaxinate
  • Shopify endless scroll plugin
  • Getting started
  • Methods
  • License
  • Links
    • Github
Powered by GitBook
On this page

Was this helpful?

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

Last updated 5 years ago

Was this helpful?