Liking cljdoc? Tell your friends :D

hiccup.element

Functions for creating generic HTML elements.

Functions for creating generic HTML elements.
raw docstring

imageclj

(image attr-map? src)
(image attr-map? src alt)

Create an image element.

Create an image element.
sourceraw docstring

javascript-tagclj

(javascript-tag script)

Wrap the supplied javascript up in script tags and a CDATA section.

Wrap the supplied javascript up in script tags and a CDATA section.
sourceraw docstring

(link-to attr-map? url & content)

Wraps some content in a HTML hyperlink with the supplied URL.

Wraps some content in a HTML hyperlink with the supplied URL.
sourceraw docstring

mail-toclj

(mail-to attr-map? e-mail & content)

Wraps some content in a HTML hyperlink with the supplied e-mail address. If no content provided use the e-mail address as content.

Wraps some content in a HTML hyperlink with the supplied e-mail
address. If no content provided use the e-mail address as content.
sourceraw docstring

ordered-listclj

(ordered-list attr-map? coll)

Wrap a collection in an ordered list.

Wrap a collection in an ordered list.
sourceraw docstring

unordered-listclj

(unordered-list attr-map? coll)

Wrap a collection in an unordered list.

Wrap a collection in an unordered list.
sourceraw docstring

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

× close