can.remove function source Remove elements from the DOM. can.remode(nodeList) Parameters nodeList {NodeList} A nodelist of elements to remove. can.remove( wrappedNodeList ) removes the set of matched element(s) from the DOM. <div id="wrap"/> can.remove(can.$('#wrap')) //-> removes 'wrap'
can.remove( wrappedNodeList )
removes the set of matched element(s) from the DOM.