Disable the function as an event handler BX24.unbind
We are still updating this page
Some data may be missing here — we will complete it shortly.
void BX24.unbind(DOMNode element, String eventName, Function func)
The method BX24.unbind removes the function func as the event handler for the event eventName of the object element. It is similar to BX.unbind.
Copied