plumatic / dommy

A tiny ClojureScript DOM manipulation and event library
758 stars 74 forks source link

Delegated event handling #90

Open okal opened 9 years ago

okal commented 9 years ago

Is there any way to do delegated event handling, a la jQuery .live(), in Dommy? I looked through core.cljs, and live-listener, from the name, looked like it, but my reading of the source suggests that isn't the case.

An unrelated frustration, probably deserving an issue of its own, is the absence of tagged releases. It means I can't go back to v0.1.2 on Github, which my team uses, and look up the implementation of, say, live-listener, for the specific version.