This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-27
Channels
- # beginners (113)
- # calva (39)
- # cider (18)
- # cljs-dev (19)
- # cljsrn (1)
- # clojure (80)
- # clojure-dusseldorf (1)
- # clojure-finland (1)
- # clojure-gamedev (1)
- # clojure-germany (2)
- # clojure-italy (38)
- # clojure-nl (16)
- # clojure-spec (90)
- # clojure-uk (81)
- # clojurescript (28)
- # clojutre (9)
- # cursive (47)
- # data-science (4)
- # datomic (21)
- # emacs (1)
- # events (2)
- # fulcro (11)
- # graphql (2)
- # hoplon (8)
- # hyperfiddle (23)
- # jobs (2)
- # kaocha (4)
- # lein-figwheel (1)
- # luminus (1)
- # mount (1)
- # off-topic (41)
- # pathom (5)
- # pedestal (27)
- # reitit (6)
- # remote-jobs (7)
- # ring-swagger (6)
- # shadow-cljs (42)
- # spacemacs (1)
- # sql (9)
- # tools-deps (6)
- # uncomplicate (2)
- # vim (5)
Hello everyone. Could someone help me please. I need to add the onscroll handler to the body element of document. But this doesn’t work for me:
(html
(head
(link :href "app.css" :rel "stylesheet" :type "text/css"))
(body :scroll #(println "!!!!!!")
(h1 "Hello, Hoplon!")))
@denis_krivosheev can we see your ns?
Chances are you are missing the hoplon.jquery
namespace
@flyboarder here it is:
(page "index.html"
(:require [eddie-ui.data :refer [bots]]
[eddie-ui.api :refer [load-bots]]))
should I require hoplon.jquery?
Are you using boot to compile your Hoplon app?
Could you also share your boot build tasks!?