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