Readonly
destroyDestroys the existing NumberFormat instance for all given elements.
The element to destroy the instance for.
Readonly
hasChecks if the first of the given elements has an NumberFormat instance.
The element to check.
True if the element has an NumberFormat instance, false otherwise.
Readonly
initializeInitializes the NumberFormat feature for the given element.
The element to initialize the feature for.
Optional
options: Partial<NumberFormatOptions>The options to use for the feature.
The ID of the newly created NumberFormat instance.
The API for the lifecycle of NumberFormat elements, such as initialization and destruction.
The API is available via
$.xutil.numberFormat.lifecycle
.