| Parameter | Description |
|---|---|
| element | The element to add the group to. |
Adds all group event handlers to the given element.
This method allows the contained callbacks to be shared by multiple elements, resulting in a
reduced memory footprint.
This method is usually faster than registering the corresponding callbacks individually.