You could use e.g. jQuery event registration:
$("#target").click(function() {
alert("Handler for .click() called.");
});
See http://api.jquery.com/click for more details.
-Tom
on 28.05.2012 at 11:09 cosmindumy wrote:
> Hello,
> How can I make additional actions on click event on external link? It
> doesn't implement onClick method.
> Thanks.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]