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