Liking cljdoc? Tell your friends :D

clojure.browser.dom


appendcljs

(append parent & children)

DOMBuildercljsprotocol

-elementcljs

(-element this)
(-element this attrs-or-children)
(-element this attrs children)

elementcljs

(element tag-or-text)
(element tag & children)

get-elementcljs

(get-element id)

html->domcljs

(html->dom s)

insert-atcljs

(insert-at parent child index)

logcljs

(log & args)

log-objcljs

(log-obj obj)

remove-childrencljs

(remove-children id)

Remove all children from the element with the passed id.

Remove all children from the element with the passed id.
raw docstring

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

× close