From f10870268ea81b4c82c0b2724f752d3b857427e5 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 11 Jun 2021 14:31:57 +0200 Subject: [PATCH] cljs-ajax example --- resources/public/html/cljs-ajax.html | 23 +++++++++++++++++++++++ resources/public/index.html | 25 +++++++++++++++++++++++++ script/release.clj | 5 +++-- 3 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 resources/public/html/cljs-ajax.html diff --git a/resources/public/html/cljs-ajax.html b/resources/public/html/cljs-ajax.html new file mode 100644 index 0000000..46f0bbf --- /dev/null +++ b/resources/public/html/cljs-ajax.html @@ -0,0 +1,23 @@ + + + + + + + + + + diff --git a/resources/public/index.html b/resources/public/index.html index 8cf95df..fc563d8 100644 --- a/resources/public/index.html +++ b/resources/public/index.html @@ -6,6 +6,7 @@ + @@ -98,6 +111,18 @@
+ +

Cljs-ajax plugin

+ + To enable cljs-ajax, + in addition to scittle.js, you need to include scittle.cljs-ajax.js: + +
+ + +

Examples