Javascript Dynamic Element Event Listener

Javascript Code to Target Element (ie event handler) that Does not Yet Exist in the Dom (ie added dynamically later via Javascript or php) without Raising Error

Home Short:

To target an element that does not exist YET in the DOM can be accomplished without a Javascript error by creating the event handler for a parent element of the element that will be added later.

S
H
A
R
E