WinJS.Utilities.removeClass function

Expand
Language: JavaScript and HTML | VB/C#/C++ and XAML
This topic has not yet been rated - Rate this topic

WinJS.Utilities.removeClass function

[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: HTMLElement

The element.

Requirements

Minimum supported client

Windows 8 Release Preview

Minimum supported server

Windows Server 2012

Namespace

WinJS.Utilities

Library

Base.js

 

 

Build date: 5/22/2012

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD