Liking cljdoc? Tell your friends :D

dgknght.app-lib.dom


bodycljs

(body)
source

bounding-client-rectcljs

(bounding-client-rect elem)
(bounding-client-rect elem {:keys [as-clojure?]})
source

checked?cljs

(checked? event)
source

ctrl-key?cljs

(ctrl-key? event)
source

debouncecljs

(debounce f)
(debounce f timeout)

Accepts a function and returns a function that will execute the given function after a delay (300 milliseconds unless otherwise specified) if the function is not invoked again during the delay (in which case case the timer starts again and the given fn invoked after the delay).

Accepts a function and returns a function that will execute the given
function after a delay (300 milliseconds unless otherwise specified) if
the function is not invoked again during the delay (in which case case
the timer starts again and the given fn invoked after the delay).
sourceraw docstring

get-stylecljs

(get-style id-or-elem k)
source

key-codecljs

(key-code event)
source

set-attributecljs

(set-attribute elem a-name a-value)
source

set-focuscljs

(set-focus id)
source

set-stylecljs

(set-style id-or-elem k v)
source

shift-key?cljs

(shift-key? event)
source

targetcljs

(target event)
source

valuecljs

(value elem)
source

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

× close