Skip to content

Files

Latest commit

ac9a31a · Aug 29, 2011

History

History
This branch is 11690 commits behind yui/yui3:master.

node

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 18, 2011
Aug 29, 2011
Jun 20, 2011
Jun 3, 2009
Jul 27, 2011
Aug 10, 2011
Aug 10, 2011
Jun 10, 2011
Oct 2, 2009
Jun 10, 2011
Feb 10, 2010
Jun 20, 2011
Apr 16, 2009
Jun 20, 2011
Jun 20, 2011
Jun 10, 2011
Oct 25, 2010
Jun 10, 2011
Oct 2, 2009
Jun 10, 2011
Oct 20, 2010
Jun 10, 2011
Aug 11, 2009
Jun 10, 2011
Oct 2, 2009
Jun 10, 2011
Apr 16, 2009
Jun 12, 2010
Jun 10, 2011
Oct 2, 2009
Jun 10, 2011
Apr 16, 2009
Jun 10, 2011
Apr 16, 2009
Jun 17, 2010

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.