Name | Date | Size | |
---|---|---|---|
.. | 2012-03-29 00:20:55 | 100 | |
build.align.properties | 2011-06-10 20:34:13 | 909 | |
build.align.xml | 2009-10-03 01:13:11 | 239 | |
build.event-html5.properties | 2011-06-10 20:34:13 | 898 | |
build.event-html5.xml | 2010-02-10 20:56:42 | 245 | |
build.node-base.properties | 2012-02-02 09:10:36 | 1,007 | |
build.node-base.xml | 2009-04-16 08:43:34 | 243 | |
build.node-core.properties | 2011-06-20 22:58:45 | 942 | |
build.node-core.xml | 2011-06-20 22:58:45 | 243 | |
build.node-deprecated.properties | 2011-06-10 20:34:13 | 896 | |
build.node-deprecated.xml | 2010-10-25 22:42:52 | 249 | |
build.node-event-delegate.properties | 2011-06-10 20:34:13 | 920 | |
build.node-event-delegate.xml | 2009-10-03 01:13:11 | 253 | |
build.node-load.properties | 2011-06-10 20:34:13 | 893 | |
build.node-load.xml | 2010-10-20 08:04:33 | 243 | |
build.node-pluginhost.properties | 2011-06-10 20:34:13 | 908 | |
build.node-pluginhost.xml | 2009-08-12 01:54:27 | 249 | |
build.screen.properties | 2011-06-10 20:34:13 | 916 | |
build.screen.xml | 2009-04-16 08:43:34 | 240 | |
build.sh | 2010-06-12 04:49:29 | 20 | |
build.shim.properties | 2011-06-10 20:34:13 | 906 | |
build.shim.xml | 2009-10-03 01:13:11 | 238 | |
build.sim.properties | 2011-06-10 20:34:13 | 920 | |
build.sim.xml | 2009-04-16 08:43:34 | 237 | |
build.style.properties | 2011-06-10 20:34:13 | 897 | |
build.style.xml | 2009-04-16 08:43:34 | 239 | |
build.xml | 2010-06-17 03:52:15 | 699 | |
docs | 2012-03-28 22:41:28 | 16 | |
HISTORY.md | 2011-12-12 06:52:34 | 2.2 KiB | |
js | 2012-03-15 00:24:44 | 25 | |
meta | 2011-06-20 22:58:51 | 3 | |
README.md | 2011-08-10 09:34:32 | 839 | |
sandbox | 2009-06-04 00:25:20 | 3 | |
tests | 2012-03-29 00:20:55 | 10 |
README.md
Node Utility
===============
The Node Utility provides an expressive way to collect, create, and manipulate
DOM nodes. Each Node instance represents an underlying DOM node, and each
NodeList represents a collection of DOM nodes.
The following modules are available:
* `node`: Rollup of `node-base`, `node-event-delegate`, `node-pluginhost`,
`node-screen`, and `node-style`.
* `node-base`: Provides the basic support for querying, creating, and using
DOM nodes.
* `node-event-delegate`: Adds support for delegating Node events.
* `node-pluginhost`: Enables Node for plugins.
* `node-screen`: Provides methods for positioning elements, measuring the
document and viewport, and working with regions.
* `node-style`: Adds setStyle()/getStyle() and getComputedStyle() methods
for working with style properties.