| Parameter | Description |
|---|---|
| element | The element to remove the group from. If this callback group was never registered, nothing happens. |
Removes all group event handlers from the given element.
This method is usually much faster than unregistering the corresponding callbacks individually.
If any callback contained in this group is unregistered individually prior to calling
this method, an undefined behavior will result.