Ill try to put it as simple as possible:
- User click at element inside of div.
- It triggers routing, replacing the content of a div with the same content, but routed.
- I want the “click” action be re-executed after routing happens, at the same element that was clicked
What is the best way to do it?