Liking cljdoc? Tell your friends :D

webnf.cljs.enlive


accept-keycljs

(accept-key s)

anycljs


as-nodescljs

(as-nodes node-or-nodes)

attr-hascljs

(attr-has attr & values)

Selector predicate, tests if the specified whitespace-seperated attribute contains the specified values. See CSS ~=

Selector predicate, tests if the specified whitespace-seperated attribute contains the specified values. See CSS ~=
raw docstring

attr-valuescljs

(attr-values node attr)

Returns the whitespace-separated values of the specified attr as a set or nil.

Returns the whitespace-separated values of the specified attr as a set or nil.
raw docstring

attr=cljs

(attr= attr val)

automatoncljs

(automaton selector)

cacheableclj/s

(cacheable selector)

cacheable?cljs

(cacheable? selector)

child-nodescljs

(child-nodes node)

compile-keywordclj

(compile-keyword kw)

compile-stepclj/smacro

(compile-step step)

compile-step*clj

(compile-step* step)

filter-prefixclj

(filter-prefix fc segments)

fragment-selector?cljs

(fragment-selector? selector)

has-classcljs

(has-class & classes)

Selector predicate, :.foo.bar is as short-hand for (has-class "foo" "bar").

Selector predicate, :.foo.bar is as short-hand for (has-class "foo" "bar").
raw docstring

id=cljs

(id= id)

Selector predicate, :#foo is as short-hand for (id= "foo").

Selector predicate, :#foo is as short-hand for (id= "foo").
raw docstring

intersectionclj/s

(intersection preds)

let-selectclj/smacro

(let-select parent bindings & body)

let-select-1clj/smacro

(let-select-1 parent bindings & body)

load-htmlcljs

(load-html uri & {selector :selector})

load-html*cljs

(load-html* uri)

lockstep-automatoncljs

(lockstep-automaton selectors)

node-selector?cljs

(node-selector? selector)

parentcljs

(parent child this-one?)

rootcljs


selectcljs

(select node-or-nodes selector)

Returns the seq of nodes or fragments matched by the specified selector.

Returns the seq of nodes or fragments matched by the specified selector.
raw docstring

select-1cljs

(select-1 node-or-nodes selector)

select-fragmentscljs

(select-fragments nodes selector)

select-fragments*cljs

(select-fragments* nodes state-from state-to)

select-nodescljs

(select-nodes nodes selector)

select-nodes*cljs

(select-nodes* nodes state)

select-stepclj/smacro

(select-step node step)

static-selector?clj

(static-selector? selector)

stepcljs

(step s x)

tag=cljs

(tag= tag-name)

Selector predicate, :foo is as short-hand for (tag= :foo).

Selector predicate, :foo is as short-hand for (tag= :foo).
raw docstring

to-strcljs

(to-str i)

unionclj/s

(union preds)

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

× close