Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds an event handler for the given element.
Srch.U.addHandler(element, eventName, handler)
Parameters
element
The element for which a handler should be added.eventName
A String representing the event type to listen for.handler
The method to invoke when the event is fired.