<a href="https://google.com" onclick="alert(this.href)">Link</a>
$('a').click(function(e){ alert($(this).attr('href')); });