Alloy UI

aui-node  1.0.1

 
Filters

Class A.NodeList - uses A.Node

Augment the YUI3 NodeList with more util methods. Check the list of Methods available for AUI NodeList.

Constructor

A.NodeList ( )

Properties inherited from Node:

Configuration attributes inherited from Node:

Methods

all

void all ( )
See Node all.

first

Node first ( )
Returns the first element in the node list collection.

getBody

void getBody ( )
Get the body node. Shortcut to A.one('body').

getDoc

void getDoc ( )
Get the document node. Shortcut to A.one(document).

getDOM

void getDOM ( )

getWin

void getWin ( )
Get the window node. Shortcut to A.one(window).

last

Node last ( )
Returns the last element in the node list collection.

one

void one ( )
See Node one.