Version

add Method

Add a the specified node to the collection.
Syntax
ASP.NET Ajax Javascript (Specification) 
function add( 
   node : Node
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfNodeCollection.add(Node);

Parameters

node
Specify the node to add.
See Also