Event-binding for link w/in a plugin

hi,

I need to bind an event to first link here
http://mayacove.com/dev/css/test_share_this.html
(“share”, white cross on orange)

problem is whatever I do is overwritten (or just ignored) by the plugin…

I just need to pop a div with a little disclaimer…

this is the link:
<a href=“http://www.addthis.com/bookmark.php?v=250&amp;username=xa-4c9128c52c3f57fa” class=“addthis_button_compact shareThis” id=“share”>Share</a>

I added my own 2nd class (‘shareThis’), added my own id, didn’t work; finally tried their own class, at300m, also doesn’t work… how can I do this please…

thank you…

Have you tried with the “delegate” method?

hmmm… I don’t know delegate method…

I guess I will look up…

thank you very much…