I think this is what you need, but put it at the end of your page just above </body>
$('g\\:plusone').live('click',function (){ $(this).remove(); });
ELSE try this ...
$('iframe').contents().find('#plusone').live('click',function (){ $(this).remove(); });
orrr
<script> function mycall(str){ console.log(str); </script> <g:plusone size="small" class="plusone" callback="mycall"></g:plusone>
source share