Database Reference
In-Depth Information
There's moreā€¦
F Google's Closure library is bundled with ClojureScript and provides a lot of
functionality to manipulate the DOM and other common tasks for writing in-browser
web apps. You can learn more about this library at https://developers.
google.com/closure/library/ .
F The standard ClojureScript namespace, clojure.browser.dom , provides a Clojure-
like wrapper over some of the Closure library's DOM manipulation functionality. You
can see what's in this library by browsing it at https://github.com/clojure/
clojurescript/blob/master/src/cljs/clojure/browser/dom.cljs .
F A good resource to work with HTML, CSS, and JavaScript is the Mozilla Developer
Network. You can ind it at https://developer.mozilla.org/ .
 
Search WWH ::




Custom Search