Skip to content

adeel/froelich

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

# froelich

A library for DOM manipulation in ClojureScript.

## Usage

    (ns froelich.sample
      (:require [froelich.core :as dom]))

    (dom/get-by-class :child (dom/get-by-id :container))
    (dom/get-by-tag-and-class :div :child (dom/get-by-id :container))

## License

Copyright (C) 2012 Adeel Ahmad Khan

Distributed under the Eclipse Public License, the same as Clojure.

About

A library for DOM manipulation in ClojureScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors