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