I'm working with a third-party product. It uses JavaScript (non-JQuery) code on the page to generate DOM elements on the fly.
Is it possible to run a jQuery script whenever this third-party code generates a DOM element matching a given selector?
To explain in another way, I don't want to try and integrate with that code. I just want to watch for certain elements to be created, which is the cue to run my own custom jQuery.