twinstone / tdi

Turbocharged DOM Infusion
Apache License 2.0
6 stars 1 forks source link

Event tdi:ajax:update does not work with replace="true" #36

Closed centi closed 6 years ago

centi commented 6 years ago

When replace="true" is used on a <update> instruction, the event tdi:ajax:update is not triggered, because the element on which it is triggered is no longer a part of the DOM.

The event should be triggered on the new element.