Skip to content

Instantly share code, notes, and snippets.

@BoweFrankema
Created September 4, 2014 20:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BoweFrankema/f5eb1d7871c6d3433006 to your computer and use it in GitHub Desktop.
Save BoweFrankema/f5eb1d7871c6d3433006 to your computer and use it in GitHub Desktop.
Fire a jQuery function on BuddyPress Activity Stream "Load More".
jQuery('ul#activity-stream').on('DOMNodeInserted', function() {
// Your jQuery Magic here
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment