Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
remove Method
Remove a node from the nodes collection.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function remove(
: Node,
: Boolean
) : Boolean; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfNodeCollection.remove(Node,Boolean); |
Parameters
- node
- The node that will be removed.
- keepChildren
- If true the children will not be removed.
Return Value
True if the node was successfully removed. False otherwise.
See Also