=====""DomHandler""=====
""DomHandler"" is a javascript class for creating structured blocks of html using DOM for the dynamic manipulation of web pages.
**license** : [[http://www.opensource.org/licenses/gpl-license.php GPL2]]
**source** : [[http://klenwell.googlecode.com/svn/trunk/JS/domhandler/ google code]]
**demo** : [[http://klenwell.googlepages.com/demo.domhandler.htm klenwell.googlepages.com]]
====Sample Usage====
**working example**
the code below is the actual code from [[http://klenwell.googlepages.com/demo.domhandler.htm the demo]] listed above
%%(javascript)
%%
----
CategoryJavascript