MCPcopy
hub / github.com/winjs/winjs / removeClass

Method removeClass

typings/winjs/winjs-3.0.d.ts:8355–8355  ·  view source on GitHub ↗

* Removes the specified class from all the elements in the collection. * @param name The name of the class to be removed. * @returns his QueryCollection object.

(name: string)

Source from the content-addressed store, hash-verified

8353 * @returns his QueryCollection object.
8354 **/
8355 removeClass(name: string): QueryCollection<T>;
8356
8357 /**
8358 * Unregisters the listener for the specified event on all the elements in the collection.

Callers 15

_xyFocusFunction · 0.65
cancelMethod · 0.65
doneFunction · 0.65
SettingsFlyout.jsFile · 0.65
ItemContainer.jsFile · 0.65
_LegacyAppBar.jsFile · 0.65
ContentDialog.jsFile · 0.65
Menu.jsFile · 0.65
ListView.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected