Liking cljdoc? Tell your friends :D

c3kit.wire.spec-helper


altcljs

(alt thing)
(alt root selector)

changecljs

(change thing)
(change thing value)
(change root selector value)

change!cljs

(change! thing value)
(change! root selector value)

check-boxcljs

(check-box thing value)
(check-box root selector value)

check-box!cljs

(check-box! thing value)
(check-box! root selector value)

checked?cljs

(checked? thing)
(checked? root selector)

class-namecljs

(class-name thing)
(class-name root selector)

clickcljs

(click thing)
(click root selector)

click!cljs

(click! thing)
(click! root selector)

disabled?cljs

(disabled? thing)
(disabled? root selector)

flushcljs

(flush)

hrefcljs

(href thing)
(href root selector)

htmlcljs

(html)
(html selector-or-elem)
(html root selector)

Return nil if the node doesn't exist.

Return nil if the node doesn't exist.
raw docstring

html!cljs

(html! thing)
(html! root selector)

Throws exception if the node doesn't exist.

Throws exception if the node doesn't exist.
raw docstring

idcljs

(id thing)
(id root selector)

key-downcljs

(key-down thing key-code)
(key-down root selector key-code)

key-down!cljs

(key-down! thing key-code)
(key-down! root selector key-code)

key-presscljs

(key-press thing key)
(key-press root selector key)

key-press!cljs

(key-press! thing key)
(key-press! root selector key)

key-upcljs

(key-up thing key)
(key-up root selector key)

key-up!cljs

(key-up! thing key)
(key-up! root selector key)

keypressescljs


last-ajax-get-handlercljs

(last-ajax-get-handler)

last-ajax-get-optionscljs

(last-ajax-get-options)

last-ajax-get-paramscljs

(last-ajax-get-params)

last-ajax-get-urlcljs

(last-ajax-get-url)

last-ajax-post-handlercljs

(last-ajax-post-handler)

last-ajax-post-optionscljs

(last-ajax-post-options)

last-ajax-post-paramscljs

(last-ajax-post-params)

last-ajax-post-urlcljs

(last-ajax-post-url)

last-ws-call-handlercljs

(last-ws-call-handler)

last-ws-call-idcljs

(last-ws-call-id)

last-ws-call-optionscljs

(last-ws-call-options)

last-ws-call-paramscljs

(last-ws-call-params)

mouse-downcljs

(mouse-down thing)
(mouse-down thing button)
(mouse-down root button selector)

mouse-down!cljs

(mouse-down! thing)
(mouse-down! root selector)

mouse-entercljs

(mouse-enter thing)
(mouse-enter root selector)

mouse-enter!cljs

(mouse-enter! thing)
(mouse-enter! root selector)

mouse-leavecljs

(mouse-leave thing)
(mouse-leave root selector)

mouse-leave!cljs

(mouse-leave! thing)
(mouse-leave! root selector)

mouse-movecljs

(mouse-move thing)
(mouse-move root selector)

mouse-move!cljs

(mouse-move! thing)
(mouse-move! root selector)

mouse-upcljs

(mouse-up thing)
(mouse-up root selector)

mouse-up!cljs

(mouse-up! thing)
(mouse-up! root selector)

pprintcljs


(print-error e file line col)

(print-html)

(print-js-errors)

readonly?cljs

(readonly? thing)
(readonly? root selector)

rendercljs

(render component)
(render component root)

Use me to render components for testing. Using reagent/render directly may work, but is not as good.

Use me to render components for testing.  Using reagent/render directly may work, but is not as good.
raw docstring

reset-dom!cljs

(reset-dom! content)

selectcljs

(select selector)
(select root selector)

select-allcljs

(select-all sel)
(select-all root selector)

should-ajax-redirect-tocljmacro

(should-ajax-redirect-to response location)
(should-ajax-redirect-to response location message)

should-be-ajax-failcljmacro

(should-be-ajax-fail response message)

should-be-ajax-okcljmacro

(should-be-ajax-ok response message)

should-be-ws-failcljmacro

(should-be-ws-fail response message)

should-redirect-tocljmacro

(should-redirect-to response location)

simulatorcljs


srccljs

(src thing)
(src root selector)

stub-ajaxcljs

(stub-ajax)

stub-wscljs

(stub-ws)

stylecljs

(style thing)
(style root selector)

tag-namecljs

(tag-name thing)
(tag-name root selector)

touch-endcljs

(touch-end thing)
(touch-end root selector)

touch-end!cljs

(touch-end! thing)
(touch-end! root selector)

touch-startcljs

(touch-start thing)
(touch-start root selector)

touch-start!cljs

(touch-start! thing)
(touch-start! root selector)

valuecljs

(value thing)
(value root selector)

with-clean-domcljs

(with-clean-dom)
(with-clean-dom content)

with-root-domcljs

(with-root-dom)

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

× close