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
Removes the node from the parent node nodes collection
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function remove(
: Boolean
) : Boolean; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfNode.remove(Boolean); |
Parameters
- keepChildren
- If true the children will not be removed.
Return Value
Returns true if the node is successfully removed.