Plugin JQuery Snippets on LCM pages

You are going to need to use a MutationObserver to get this done…

The Mutation Observer will listen to the DOM and trigger code when a change happens, like a dynamic page adding content.

I found a good short example of one here:

1 Like