Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes all the child nodes from the specified element.
Syntax
var htmlElement = WinJS.Utilities.empty(element);
Parameters
element
Type: DOMElementThe element.
Return value
Type: HTMLElement
The element.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Utilities |