SP.UI.PopoutMenu.removeCSSClassFromElement(element, cssClass) Method
Applies to: SharePoint Foundation 2010
Removes the specified cascading style sheets (CSS) class from the specified element.
SP.UI.PopoutMenu.removeCSSClassFromElement(element, cssClass);
Parameters
element
Type: Sys.UI.DomElement
The specified element.
cssClass
Type: string
The specified CSS class.
Remarks
This method does nothing if element is null or undefined.