Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
insert Method
Insert the specified node into the collection.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function insert(
: Node,
: int
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfNodeCollection.insert(Node,int); |
Parameters
- node
- The node that will be inserted.
- index
- Specify the index at which the node will be inserted between its siblings. Specify -1 to append the node.
See Also