Currently event handlers are defined when on is called. I think it should be preferable to have live event matching à-la jQuery. This could be done by adding listeners on the root DOM element of the molecule and comparing to the selector on event handling.
Currently event handlers are defined when
on
is called. I think it should be preferable to have live event matching à-la jQuery. This could be done by adding listeners on the root DOM element of the molecule and comparing to the selector on event handling.