Liking cljdoc? Tell your friends :D
ClojureScript only.

ulmus.dom


listen!cljs

(listen! event element)
(listen! event element use-capture?)

Takes a DOM event name and an HTML element. Installs a listener on the element for the given event and returns a signal of the events as they occur.

Takes a DOM event name and an HTML element.
Installs a listener on the element for the given event
and returns a signal of the events as they occur.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close