DOM Manipulation and Event Handling in ClojureScript (davedellacosta.com) 45 points by olenhad 12y ago ↗ HN
[–] [deleted] 12y ago ↗ (comment deleted) [–] untothebreach 12y ago ↗ I used this: http://webcache.googleusercontent.com/search?q=cache:http://...
[–] untothebreach 12y ago ↗ I used this: http://webcache.googleusercontent.com/search?q=cache:http://...
[–] squidsoup 12y ago ↗ One thing that sold me on Dommy over Domina was being able to bind multiple event handlers in one statement.https://github.com/Prismatic/dommy/blob/master/src/dommy/cor...Not a big thing, but when you work with a library regularly, small annoyances like that gnaw away at you.
[–] leishulang 12y ago ↗ I use hiccup + laser on server-side and enfocus on client-side. Then every static html/js resource that I can make use of looks like nail to my hammer.
6 comments
[ 7.2 ms ] story [ 34.5 ms ] threadhttps://github.com/Prismatic/dommy/blob/master/src/dommy/cor...
Not a big thing, but when you work with a library regularly, small annoyances like that gnaw away at you.