Functions for creating generic HTML elements.
Functions for creating generic HTML elements.
(image attr-map? src)
(image attr-map? src alt)
Create an image element.
Create an image element.
(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.
(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.
(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.
(ordered-list attr-map? coll)
Wrap a collection in an ordered list.
Wrap a collection in an ordered list.
(unordered-list attr-map? coll)
Wrap a collection in an unordered list.
Wrap a collection in an unordered list.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close