I'm sure this has come up before, but I can't seem to search the right wording to find anything related.
I have an object i created with JQuery. (will actually a 3rd party plugin created it)
Since is was created after the dom was formed, it's not found as an object by JQuery.
I want to appendTo() this created object.
Isn't there a JQuery command that says "check if new elements have been added to the dom?