Liking cljdoc? Tell your friends :D

sablono.util


*base-url*clj/s

source

as-strclj/s

(as-str & xs)

Converts its arguments into a string using to-str.

Converts its arguments into a string using to-str.
sourceraw docstring

camel-caseclj/s

(camel-case k)

Returns camel case version of the key, e.g. :http-equiv becomes :httpEquiv.

Returns camel case version of the key, e.g. :http-equiv becomes :httpEquiv.
sourceraw docstring

camel-case-keysclj/s

(camel-case-keys m)

Recursively transforms all map keys into camel case.

Recursively transforms all map keys into camel case.
sourceraw docstring

element?clj/s

(element? x)

Return true if x is an HTML element. True when x is a vector and the first element is a keyword, e.g. [:div] or [:div [:span "x"].

Return true if `x` is an HTML element. True when `x` is a vector
and the first element is a keyword, e.g. `[:div]` or `[:div [:span "x"]`.
sourceraw docstring

html-to-dom-attrsclj/s

(html-to-dom-attrs attrs)

Converts all HTML attributes to their DOM equivalents.

Converts all HTML attributes to their DOM equivalents.
sourceraw docstring

join-classesclj/s

(join-classes classes)

Join the classes with a whitespace.

Join the `classes` with a whitespace.
sourceraw docstring

ToStringclj/s≠protocol

to-strclj/s

(to-str x)

Convert a value into a string.

Convert a value into a string.
source

ToURIclj/s≠protocol

to-uriclj/s

(to-uri x)

Convert a value into a URI.

Convert a value into a URI.
source

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

× close