API DOCS
DOCS & TUTORIALS »
API DOCS »
xajax_js »
xajax_core_uncompressed.js »
xajax.events »
xajax.events.removeHandler
Classes & Functions
Files & Folders
Function: xajax.events.removeHandler
xajax.events.removeHandler = function(command) { }
Parameters:
element
(string or object) The name of, or the element itself which will have the event handler removed.
event
(string) The name of the event for which this handler is associated.fun - The function to be removed.
