Liking cljdoc? Tell your friends :D

chlorine.page


jqcljmacro

(jq & forms)

Similar to the (js ...) form, but wraps the javascript in a [:script ] element which is invoked on a jQuery document.ready event.

Similar to the (js ...) form, but wraps the javascript in a
[:script ] element which is invoked on a jQuery document.ready
event.
raw docstring

jq-letcljmacro

(jq-let bindings & forms)

Similar to the (js-let ...) form, but wraps the javascript in a [:script ] element which is invoked on a jQuery document.ready event.

Similar to the (js-let ...) form, but wraps the javascript in a
[:script ] element which is invoked on a jQuery document.ready
event.
raw docstring

scriptcljmacro

(script & forms)

Similar to the (js ...) form, but wraps the javascript in a [:script ] element, which can be passed to hiccup.core/html.

Similar to the (js ...) form, but wraps the javascript in a
[:script ] element, which can be passed to hiccup.core/html.
raw docstring

script-letcljmacro

(script-let bindings & forms)

Similar to the (js-let ...) form, but wraps the javascript in a [:script ] element, which can be passed to hiccup.core/html.

Similar to the (js-let ...) form, but wraps the javascript in a
[:script ] element, which can be passed to hiccup.core/html.
raw docstring

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

× close