Is possible to add event listener (Javascript) to all dynamically generated elements? I’m not the owner of the page, so I cannot add a listener in a static way. For all the elements created when the page loaded I use: I need a method to call this code when new elements appear on the page, but I cannot use jQuery