On 5/24/12 11:00 PM, Xavier Ho wrote: > The door's already open. You simply have to iterate through all the > nodes, and call removeEventListener with all possible events. No. removeEventListener needs the actual object that was passed to addEventListener to remove the listener. -Boris