Skip to content

Instantly share code, notes, and snippets.

@wplit
Last active March 8, 2021 06:07
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 wplit/7cbe8dd58e8c34d7430d682894f0049e to your computer and use it in GitHub Desktop.
Save wplit/7cbe8dd58e8c34d7430d682894f0049e to your computer and use it in GitHub Desktop.
Allow lightbox components to work with ajax loaded content if lightbox not inside the content
jQuery('.oxy-dynamic-list').on( 'append.infiniteScroll', function( event, body, path, items, response ) {
doExtrasLightbox(jQuery('body'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment