Skip to content

Instantly share code, notes, and snippets.

@nocodesupplyco
Last active September 12, 2023 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nocodesupplyco/71c66d1fc2adec0b9294f432567a25ac to your computer and use it in GitHub Desktop.
Save nocodesupplyco/71c66d1fc2adec0b9294f432567a25ac to your computer and use it in GitHub Desktop.
Jetboost List Update Function
// This function will get called each time Jetboost updates a
// collection list via filters or anything like that
window.JetboostListUpdated = function ( collectionList ) {
// <-- Code goes here -->
// You can call your own functions in this function
// You can also use or remove the "collectionList" parameter above
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment