<a name="link" href="//www.google.com">link</a>
$('a[name="link"]').click(function(e) { e.preventDefault(); alert('ok'); });