I have some elements of the page being injected by a library after the page has been loaded. These elements have onClick actions, which is controlled by jQuery. Since these items are rendered after the page has been loaded, would jQuery have an issue targeting these items to apply the onClick action?
Share
Use the form:
Sample markup:
NOTE: this form binds to the document not the parent element, forcing document traversal and thus not recommended optimally:
Example: clones the first element in the markup above and makes them blue when clicked: