How to decorate a DOM node's event handler?

Posted by fig-gnuton on Stack Overflow See other posts from Stack Overflow or by fig-gnuton
Published on 2010-06-10T16:13:56Z Indexed on 2010/06/10 16:22 UTC
Read the original article Hit count: 197

How can you decorate a DOM node so that you add an event handler, but within the new handler you can call the previous handler?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about events