Nutzen Sie Attributwert jQuery href
var href = $(this).attr('href');
Distinct Dormouse
var href = $(this).attr('href');
var href = $(this).attr('href');
$("#someAnchorElement").attr("href", "http://www.myfancynewurl.com");
$('a').attr('href'); // gets the actual value
$('a').prop('href'); // gets the full URL always