There is a dom1 in the page that has used on to delegate the click event, but a batch of dom1s will be dynamically loaded later. I am now turning this click event into a method. .
The method will be executed again after loading. .
Is there a better way
Hang the event on the public parent element and act as an event proxy.