API DOCS
Function: removeHandler
function removeHandler($sTarget,$sEvent,$sHandler)
Parameters:
sTarget
(string) The id of the element.
sEvent
(string) The name of the event.
sHandler
(string) The javascript function that is called when the event is fired.
Returns:
object
The object.
