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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close