fluorjs / fluor

Sprinkle interactivity on your design
https://fluorjs.github.io/
223 stars 6 forks source link

Event matching should be live #8

Closed madx closed 4 years ago

madx commented 4 years ago

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.

madx commented 4 years ago

This was actually a bad idea and was reverted