<span onclick="LikeBtn.vote(1, 0, event);" class="lb-a" >
$(document).on('click','.lb-a', function(){
alert('нажатие!');
});
var getAtt = document.querySelector('lb-a').getAttribute('onclick');
document.querySelector('.lb-a').setAttribute('onclick', getAtt + 'function();');