removeEvents

Removes all events of a certain type from an HTML element.

Details

The function removes all events of one type that were added via the ref_addEventfunction.

Parameters

elmt

HTML element the events shall be removed from.

eventName

Name of the events type, e.g. "mousedown".