Binding and unbinding of event handlers
"How to attach or detach a handler function to an event, such as click, focus, or submit. Modern browsers support addEventListener() and removeEventListener() for adding or removing event handlers; IE 8 has its own methods."
read »