Skip to main content

Function: $mu()

$mu(subject, name?, variantKey?): Mutator

Create a new named Collector and associated Mutator. $mu is a shorthand combining collect and mutate.

Note: If the name parameter is omitted a randomly generated key will be assigned to the collector.

Parameters

ParameterTypeDescription
subjectSubjectA CSS selector, HTMLElement,
name?stringThe name of the collector of future reference from mutate.
variantKey?stringThe variant key to associate with the Mutator.

Returns

Mutator

The Mutator instance created.