Skip to content

Instantly share code, notes, and snippets.

@nocodesupplyco
Created December 19, 2022 16:29
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/da5581f61bdad841fb7899d9dbb11f9c to your computer and use it in GitHub Desktop.
Save nocodesupplyco/da5581f61bdad841fb7899d9dbb11f9c to your computer and use it in GitHub Desktop.
Multiple Nested Collections w/ Jquery .load()
window.addEventListener("DOMContentLoaded", function () {
jQuery(function () {
jQuery("#load-{SLUG}").load("/posts/{SLUG} .class-to-load-in");
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment