Liking cljdoc? Tell your friends :D

hatti.utils


click-fncljs

(click-fn f)

Helper function to create a click function that prevents default

Helper function to create a click function that prevents default
sourceraw docstring

generate-htmlcljs

(generate-html & element-definition-vectors)

This function generates HTML from hiccup-style vectors, and concatenates the resulting markup. Strings are returned unaffected.

This function generates HTML from hiccup-style vectors, and concatenates
the resulting markup. Strings are returned unaffected.
sourceraw docstring

hyphen->camel-casecljs

(hyphen->camel-case source-string)
source

indexedcljs

(indexed coll)

Given a seq, produces a two-el seq. [a b c] => [[0 a] [1 b] [2 c]].

Given a seq, produces a two-el seq. [a b c] => [[0 a] [1 b] [2 c]].
sourceraw docstring

json->jscljs

(json->js s)

Convert json to js using JSON.parse

Convert json to js using JSON.parse
sourceraw docstring

pluralize-numbercljs

(pluralize-number number kind)

Create an appropriately pluralized string prefix by number.

Create an appropriately pluralized string prefix by number.
sourceraw docstring

substring?cljs

(substring? substring string)
(substring? substring string & {:keys [case-sensitive?]})

True if substring is a substring of string

True if substring is a substring of string
sourceraw docstring

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

× close