JQuery append event to existing event

Posted by Exan on Stack Overflow See other posts from Stack Overflow or by Exan
Published on 2010-06-10T08:38:53Z Indexed on 2010/06/10 8:42 UTC
Read the original article Hit count: 197

Filed under:

Have some code

<a href=# onclick=alert("in onclick")> Click me </a>

I want to append event to onclick, e.g. for example, if user click on link, hi got 2 messages - 1 from standart onclick - 2 from jquery onclick

© Stack Overflow or respective owner

Related posts about jQuery