This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-03-05
Channels
- # beginners (3)
- # boot (205)
- # cider (41)
- # clojars (1)
- # clojure (76)
- # clojure-colombia (1)
- # clojure-dusseldorf (3)
- # clojure-russia (314)
- # clojure-sg (1)
- # clojurebridge (1)
- # clojurescript (115)
- # css (2)
- # cursive (5)
- # editors (2)
- # funcool (2)
- # hoplon (18)
- # jobs (62)
- # jobs-discuss (28)
- # ldnclj (1)
- # leiningen (10)
- # mount (9)
- # off-topic (4)
- # om (93)
- # parinfer (10)
- # proton (1)
- # re-frame (19)
- # ring-swagger (18)
Is there already a hoplon built-in fn that extends an existing element instead of creating a new one?
you can use jquery to fish around in the element and inject things, is that what you mean?
maybe an example would be better…. one sec
i just started writing a macro for it but im wondering if im not doing something the idomatic way and thats why im seeing a lot of repeating structure
ok so im on the right path with the macro then
does hoplon have one built in which just adds additional attributes to the attr map?
yeah i think macros are more or less the facility you use to express structural sharing between things in lisp
ok thanks, i thinks thats more or less how i have it now