jQuery Read Href Attribut
var href = $(this).attr('href');
Michu44
var href = $(this).attr('href');
$('a').attr('href'); // gets the actual value
$('a').prop('href'); // gets the full URL always