[This documentation is preliminary and is subject to change.]
Applies to: Metro style apps only
Removes the specified class from the specified element.
Syntax
var htmlElement = WinJS.Utilities.removeClass(e, name);
Parameters
- e
-
Type: HTMLElement
The element from which to remove the class.
- name
-
Type: string
The name of the class to remove.
Return value
Type: HTMLElementThe element.
Requirements
|
Minimum supported client | Windows 8 Release Preview |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
WinJS.Utilities |
|
Library |
|
Build date: 5/22/2012
